Re: apache log files rotation

2004-03-05 Thread Uwe Doering
Dave McCammon wrote: --- fbsd_user <[EMAIL PROTECTED]> wrote: Can apache logs be rotated by /etc/newsyslog.conf? If not, how is it normally done? ___ Here is the relevent portion of my newsyslog.conf /var/log/httpd-access.log 640 14*$D0 Z

Re: apache log files rotation

2004-03-03 Thread Dejan Lesjak
fbsd_user wrote: > Can apache logs be rotated by /etc/newsyslog.conf? > If not, how is it normally done? > Hello, Apart from what has already been said, you might also want to check http://www.freebsddiary.org/rotatelogs.php for more details. Dejan _

Re: apache log files rotation

2004-03-03 Thread Dave McCammon
--- fbsd_user <[EMAIL PROTECTED]> wrote: > Can apache logs be rotated by /etc/newsyslog.conf? > If not, how is it normally done? > > ___ > Here is the relevent portion of my newsyslog.conf /var/log/httpd-access.log 640 14*$D0 Z /var/r

Re: apache log files rotation

2004-03-03 Thread Odhiambo Washington
* fbsd_user <[EMAIL PROTECTED]> [20040303 17:14]: wrote: > Can apache logs be rotated by /etc/newsyslog.conf? > If not, how is it normally done? You may need to send apache SIGUSR1 (signal 30) to tell it to reopen its logfiles. I do this with squid but haven't tried with apache.. There is no harm