source: trunk/server/fedora/config/etc/logrotate.d/httpd @ 1322

Last change on this file since 1322 was 1319, checked in by mitchb, 15 years ago
Fix vhost log rolling config from r1317
File size: 248 bytes
Line 
1rotate 0
2daily
3missingok
4notifempty
5sharedscripts
6postrotate
7    /bin/kill -HUP `cat /var/run/httpd/httpd.pid 2>/dev/null` 2> /dev/null || true
8endscript
9
10/var/log/httpd/*.log /home/logview/*log {
11}
12
13/var/log/httpd/statistics_log {
14    rotate 14
15}
Note: See TracBrowser for help on using the repository browser.