]> git.laktatnebel.de Git - admin.git/blob
e24627f250e79a6cc2ef3a8df95d5c99723e97c9
[admin.git] /
1 /var/log/apache2/ole-b-rosentreter.de/www/*.log {
2         daily
3         missingok
4         rotate 28
5         compress
6         delaycompress
7         notifempty
8         create 640 root adm
9         sharedscripts
10         postrotate
11                 if /etc/init.d/apache2 status > /dev/null ; then \
12                     /etc/init.d/apache2 reload > /dev/null; \
13                 fi;
14         endscript
15         prerotate
16                 if [ -d /etc/logrotate.d/httpd-prerotate ]; then \
17                         run-parts /etc/logrotate.d/httpd-prerotate; \
18                 fi; \
19         endscript
20 }