Ignore:
Timestamp:
Sep 9, 2009, 8:55:02 AM (15 years ago)
Author:
mitchb
Message:
Fix vhost log rolling config from r1317
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/server/fedora/config/etc/logrotate.d/httpd

    r1317 r1319  
    1 /var/log/httpd/*log /home/logview/*log {
    2     rotate 0
    3     daily
    4     missingok
    5     notifempty
    6     sharedscripts
    7     postrotate
    8         /bin/kill -HUP `cat /var/run/httpd/httpd.pid 2>/dev/null` 2> /dev/null || true
    9     endscript
     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 {
    1011}
     12
    1113/var/log/httpd/statistics_log {
    1214    rotate 14
Note: See TracChangeset for help on using the changeset viewer.