/var/log/apache/*_log {
    sharedscripts
    monthly
    rotate 6
    create
    compress
    postrotate
	/bin/kill -HUP `cat /var/run/httpd.pid 2> /dev/null` 2> /dev/null || true
    endscript
}
