|
From: Bradlee L. <bra...@gm...> - 2009-04-10 18:34:03
|
I took this from redhat. It seems would be good to have in DL:
/var/log/apache2/*log {
missingok
notifempty
sharedscripts
postrotate
/bin/kill -HUP `cat /var/run/httpd.pid 2>/dev/null` 2> /dev/null || true
endscript
}
|