~ubuntu-branches/ubuntu/lucid/apache2/lucid

2 by Thom May
Security Release. Patch from upstream for the following:
1
/var/log/apache2/*.log {
2
	weekly
3
	missingok
4
	rotate 52
5
	compress
6
	delaycompress
7
	notifempty
8
	create 640 root adm
9
	sharedscripts
10
	postrotate
26 by Stefan Fritsch
* New upstream version:
11
		if [ -f "`. /etc/apache2/envvars ; echo ${APACHE_PID_FILE:-/var/run/apache2.pid}`" ]; then
39 by Chuck Short
Revert logrotate change since it will break it for everyone.
12
			/etc/init.d/apache2 reload > /dev/null
2 by Thom May
Security Release. Patch from upstream for the following:
13
		fi
14
	endscript
15
}