[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] logs error
- Subject: Re: [cobalt-users] logs error
- From: "Carrie Bartkowiak" <ravencarrie@xxxxxxxx>
- Date: Mon Apr 30 13:47:49 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
> errors occurred while rotating /var/log/httpd/access
Search the archives for "/var/log/httpd/access". There are a lot of
posts regarding this. Quick answer - there's an error in a line
somewhere in your logs, either delete the file or chop it up into
smaller pieces and try running the logrotate script. See the
aforementioned posts for details.
> Stats have stopped working.
This is because your logs aren't rotating. There's nothing wrong with
Webalizer, it just doesn't have anything to work off of.
> Also is there a way to make the webalizer
> cycle without waiting for it to happen to see if changes work?
Go into /etc/cron.daily and run it as a script.
# ./webalizer.pl
CarrieB