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

Re: [cobalt-security] access logs for v-servers...



Theodore Jones wrote:
> Excellent.  So if I have a stats-program that can analize one large access
> log, can I point it at the /var/log/httpd/access file first.  In other
> words "split-logs" doesn't change the "access" file once it does its duty?

Yes, you can point it to /var/log/httpd/access, the
format of this file is in the NCSA log file format.
The most common log format out there.

split_logs doesn't change anything, but logrotate
will rotate the log weekly.  But the previous week
is kept in /var/log/httpd/access.1.gz

Jeff