/var/log/apache2/*log {
    missingok
    su root www-data
    postrotate
	/usr/bin/killall -HUP httpd 2> /dev/null || true
    endscript
}
