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

Re: [cobalt-users] Webalizer V2.01-10 and web.log



Am Mittwoch 19 März 2003 12:03 schrieb Tyler Longren:
> Hi list,
>
> I've been having "that" problem with webalizer.  I'm using Webalizer
> V2.01-10.  This is on a RaQ550.  Stats for one of my sites quit being
> generated on the 11th of this month.  The "Page Generated" date is:
> 12-March-2003 04:08 EST.

To solve the problem on my Raq, I removed webalizer2.pl. Then I changed the 
"apache" file in /etc/logrotate.d to start like this:

var/log/httpd/access {
    prerotate
        /usr/local/sbin/split_logs web < /var/log/httpd/access
        /usr/bin/webalizer2.pl
    endscript
{{ REST OF FILE TRUNCATED}}

Thats all. Works fine for me.

Cheers,
  Andre

PS: Sorry for the previous truncated email.