httpd/httpd.logrotate
2009-09-08 15:58:46 +00:00

10 lines
198 B
Plaintext

/var/log/httpd/*log {
missingok
notifempty
sharedscripts
delaycompress
postrotate
/bin/kill -HUP `cat /var/run/httpd/httpd.pid 2>/dev/null` 2> /dev/null || true
endscript
}