| Current Path : /proc/8644/root/proc/self/root/proc/8644/task/8644/root/proc/self/root/etc/logrotate.d/ | 
| Current File : //proc/8644/root/proc/self/root/proc/8644/task/8644/root/proc/self/root/etc/logrotate.d/apache2 | 
/var/log/apache2/*.log {
	weekly
	missingok
	rotate 52
	compress
	delaycompress
	notifempty
	create 640 root adm
	sharedscripts
	postrotate
		/etc/init.d/apache2 reload > /dev/null
	endscript
}