>
> /usr/local/apache/logs/access_log /usr/local/apache/error_log / { {
> rotate 5
> size=100k
> sharedscripts
> postrotate
> /sbin/killall -HUP httpd
> endscript
> }
>
>
> Any advice or recommendations? Is that sufficient?
>
Here's mine - using Fedora 7
/var/log/httpd/*log {
missingok
notifempty
sharedscripts
postrotate
/bin/kill -HUP `cat /var/run/httpd.pid 2>/dev/null` 2> /dev/null || true
endscript
}
Cheers,
Clint
_______________________________________________
UPHPU mailing list
[email protected]
http://uphpu.org/mailman/listinfo/uphpu
IRC: #uphpu on irc.freenode.net