1/var/log/httpd/*log {
2    missingok
3    notifempty
4    sharedscripts
5    postrotate
6	/sbin/service httpd graceful 2> /dev/null || true
7    endscript
8}
9