check_logfiles: 3.7.5.1
[omd.git] / packages / maintenance / skel / etc / logrotate.d / apache
blob8d874a53ec8eb9aa519338d506afda5284fa47d0
1 ###ROOT###/var/log/apache/*_log {
2         missingok
3         rotate 52
4         compress
5         delaycompress
6         notifempty
7         create 640 ###SITE### ###SITE### 
8         sharedscripts
9         postrotate
10                 ###ROOT###/etc/init.d/apache reload
11         endscript