]> git.pld-linux.org Git - packages/apache.git/blame - apache.logrotate
- release++
[packages/apache.git] / apache.logrotate
CommitLineData
58f9559b
AF
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.059683 seconds and 4 git commands to generate.