]> git.pld-linux.org Git - packages/apache1.git/blob - apache.logrotate
- from RH: clean logged strings of non-printable chars (CAN-2003-0020, BTS#754)
[packages/apache1.git] / apache.logrotate
1 /var/log/httpd/access_log {
2     olddir /var/log/archiv/httpd
3     postrotate
4         /bin/killall -HUP httpd
5     endscript
6 }
7
8 /var/log/httpd/agent_log {
9     olddir /var/log/archiv/httpd
10     postrotate
11         /bin/killall -HUP httpd
12     endscript
13 }
14
15 /var/log/httpd/error_log {
16     olddir /var/log/archiv/httpd
17     postrotate
18         /bin/killall -HUP httpd
19     endscript
20 }
21
22 /var/log/httpd/referer_log {
23     olddir /var/log/archiv/httpd
24     postrotate
25         /bin/killall -HUP httpd
26     endscript
27 }
This page took 0.02786 seconds and 3 git commands to generate.