On Sat, Sep 01, 2001 at 08:00:15PM -0700, [EMAIL PROTECTED] wrote: > www% ls -l > total 4900 > -rw-r--r-- 1 root daemon 221364 Sep 1 18:57 access_log > -rw-r--r-- 1 root daemon 2036091 Aug 21 10:53 access_log.oldest > -rw-r--r-- 1 root daemon 200973 Sep 1 18:49 error_log > -rw-r--r-- 1 root daemon 5 Aug 13 12:57 httpd.pid > -rw-r--r-- 1 root daemon 8921 Aug 21 10:57 ssl_engine_log > -rw------- 1 www daemon 0 Aug 13 12:57 ssl_mutex.20978 > So now how is the daemon group going to write something here? > Yes, there is a Customlog line... There was also a line that just said > TransferLog... > > Is this my problem? If it is, I would have never figured it out without some > heavy reading... > Yes. The docs could be more clear. The httpd manpage is a bit short. It's also confusing that TransferLog and CustomLog are ultimately the same thing, ecxept one is "customizable", one is not. > > > > You can also do something like: > > CustomLog "|rotatelogs /var/www/logs/access_log 86400" common > > And don't forget about newsyslog(8) to archive those access logs for ya :) -- <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]>
