/var/log/httpd/*_log /var/log/httpd/apache_runtime_status /var/log/httpd/ssl_mutex {
    rotate 5
    monthly
    missingok
    notifempty
    nocompress
    postrotate
        service httpd reload > /dev/null 2>/dev/null || true
    endscript
}
