/var/log/apache/*log {
    missingok
    postrotate
	/usr/bin/killall -HUP httpd 2> /dev/null || true
    endscript
}
