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

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