nonama wrote:
Hi All,
Has anyone got any experience with configuring SQUINT
?
I manage to get it up and out on the browser.It
creates directories and html files but all empty and I
cannot see any report. Where should I configure for it
to grab data from the access log.
Kindly help.
you have to start it with parameter :-)
/usr/local/bin/squint.cron.sh weekly
/usr/local/bin/squint.cron.sh daily
...
And as I see in squint.cron.sh it looks for logs in:
for DIR in \
/var/squid/logs \
/var/log/squid ; do
if [ -d $DIR ] ; then LOGDIR=$DIR; fi
done