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
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
_
--- 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
* 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