]> git.pld-linux.org Git - packages/apache.git/blob - apache.logrotate
- release++
[packages/apache.git] / apache.logrotate
1 /var/log/httpd/access_log {
2     postrotate
3         /usr/bin/killall -HUP httpd
4     endscript
5 }
6
7 /var/log/httpd/agent_log {
8     postrotate
9         /usr/bin/killall -HUP httpd
10     endscript
11 }
12
13 /var/log/httpd/error_log {
14     postrotate
15         /usr/bin/killall -HUP httpd
16     endscript
17 }
18
19 /var/log/httpd/referer_log {
20     postrotate
21         /usr/bin/killall -HUP httpd
22     endscript
23 }
This page took 0.036892 seconds and 3 git commands to generate.