[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] Stats Question
- Subject: [cobalt-users] Stats Question
- From: "Paul" <emails@xxxxxxxxxxxxxxx>
- Date: Tue May 15 04:58:02 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
I have seen a few posts with Webalizer problems, and I too have one on our
server. But it seems to be the logging at fault not webaliser.
(RaQ 3 By the way)
As far as the server is concerned, all HTTP logs go into the
/var/log/httpd/access file. Then the sites own web.log is created. I have
not found the cron or whatever that parses the main access file to make all
the web.log files. But I noticed the other day that our access file had
grown to 370 Megs... It wasn't rotating properly, and no more logs were
being added.
The main question is.... Why dont cobalt use the CustomLog directive inside
the virtualhost block to generate the individual log files?
eg.
<Virtualhost etc>
Blah...
CustomLog /home/sites/siteexample/logs/web.log
Blah...
</Virtualhost>
Paul