httpd.logrotate revision 562080784dca1c2296fc46ebb5c7af6a32331103
/var/log/httpd/*log {
missingok
notifempty
sharedscripts
postrotate
/sbin/service httpd graceful 2> /dev/null || true
endscript
}