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