/var/log/httpd/error.log /var/log/httpd/access.log {
	rotate 7
	daily
	missingok
	sharedscripts
	postrotate
		/usr/sbin/apachectl -k graceful
	endscript
}
