/var/log/httpd/access_log {
    monthly
    rotate 5
    copytruncate
    compress
    notifempty
    missingok
}

/var/log/httpd/error_log {
    monthly
    rotate 5
    copytruncate
    compress
    notifempty
    missingok
}
