blob: dd0ce1b9a96d39c3ea4aa0da34d7caf86a9cf1ce [file] [log] [blame]
/var/log/httpd/*log {
missingok
notifempty
sharedscripts
postrotate
/bin/kill -HUP `cat /var/run/httpd.pid 2>/dev/null` 2> /dev/null || true
endscript
}