/var/log/httpd/*_log /var/log/httpd/apache_runtime_status /var/log/httpd/ssl_mutex {
    size=2000M
    rotate 5
    monthly
    missingok
    notifempty
    nocompress
    prerotate
	/etc/rc.d/init.d/httpd closelogs
    endscript
    postrotate
	/etc/rc.d/init.d/httpd closelogs
    endscript
}
