[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] webstats and logs



> > If i turn off the WEB DAILY STATS when setting up a acct on raq2, does the
> > system still make a access log?
> yes.
> the system make the web daily stats work over the log files.

Turning off / on the stats option in the control panel only removes / add the respective file to /etc/cron.daily (or weekly). The
log files are generated with the script /etc/cron.quarter-daily/splitlogs.pl, which is obviously executed four times a day out of
the MAIN logfile /var/log/httpd/combined-access. You either can simply delete the cron entry for splitlogs.pl and the system will
stop the generation of access logs (NEVER DO THIS!!! This might and will have unpredictable consequences to your system....this is
NO GOOD!), or modify the splitlogs.pl so that it does what you want it to do......

Fathi