On Wed, 1 Jan 1997, Chad Zimmerman wrote: > # ls -l > total 194 > -rw-rw-r-- 1 root www-data 0 Jan 1 10:00 access.log > -rw-r--r-- 1 root root 157626 Jan 1 09:59 access.log.0 > -rw-r--r-- 1 root root 1331 Dec 20 06:42 access.log.1.gz
Chad, Does apache do its own logging, or write to syslog? If it writes to syslog, then you should see an entry in /etc/syslog.conf pointing at your access.log file. However, when you do a mv/create operation, you need to tell syslogd to restart (kill -1 SYSLOGD_PID) or it will keep writing to the old file. I've never run apache so this may very well be absolutely of no use to you. Frank -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]