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
Received on Wed Jun 21 2006 - 03:14:15 MDT
This archive was generated by hypermail pre-2.1.9 : Sat Jul 01 2006 - 12:00:02 MDT