/var/log/httpd/*log {
    missingok
    notifempty
    sharedscripts
    delaycompress
    create 0644 root apache
    postrotate
	/sbin/service httpd condreload >/dev/null
    endscript
}

/var/log/httpd/*log-perl {
    missingok
    notifempty
    sharedscripts
    delaycompress
    create 0644 root apache
    postrotate
	/sbin/service httpd-perl condreload >/dev/null
    endscript
}
