]> git.pld-linux.org Git - packages/apache.git/blame - apache.logrotate
- added olddir definitions
[packages/apache.git] / apache.logrotate
CommitLineData
58f9559b 1/var/log/httpd/access_log {
426ce01e 2 olddir /var/log/archive/httpd
58f9559b
AF
3 postrotate
4 /usr/bin/killall -HUP httpd
5 endscript
6}
7
8/var/log/httpd/agent_log {
426ce01e 9 olddir /var/log/archive/httpd
58f9559b
AF
10 postrotate
11 /usr/bin/killall -HUP httpd
12 endscript
13}
14
15/var/log/httpd/error_log {
426ce01e 16 olddir /var/log/archive/httpd
58f9559b
AF
17 postrotate
18 /usr/bin/killall -HUP httpd
19 endscript
20}
21
22/var/log/httpd/referer_log {
426ce01e 23 olddir /var/log/archive/httpd
58f9559b
AF
24 postrotate
25 /usr/bin/killall -HUP httpd
26 endscript
27}
This page took 0.030776 seconds and 4 git commands to generate.