/var/log/httpd/suphp_log /var/log/httpd/suphp_fcgi_log {
    size=2000M
    rotate 5
    monthly
    missingok
    notifempty
    nocompress
    prerotate
	/etc/rc.d/init.d/httpd closelogs > /dev/null 2>&1
    endscript
    postrotate
	/etc/rc.d/init.d/httpd closelogs > /dev/null 2>&1
    endscript
}
