]> git.pld-linux.org Git - packages/apache1.git/blob - apache1.logrotate
- nicer messages
[packages/apache1.git] / apache1.logrotate
1 /var/log/apache/*access_log {
2     olddir /var/log/archiv/apache
3     postrotate
4         /etc/rc.d/init.d/apache graceful > /dev/null 2>&1 || /bin/true
5     endscript
6 }
7
8 /var/log/apache/*agent_log {
9     olddir /var/log/archiv/apache
10     postrotate
11         /etc/rc.d/init.d/apache graceful > /dev/null 2>&1 || /bin/true
12     endscript
13 }
14
15 /var/log/apache/*error_log {
16     olddir /var/log/archiv/apache
17     postrotate
18         /etc/rc.d/init.d/apache graceful > /dev/null 2>&1 || /bin/true
19     endscript
20 }
21
22 /var/log/apache/*referer_log {
23     olddir /var/log/archiv/apache
24     postrotate
25         /etc/rc.d/init.d/apache graceful > /dev/null 2>&1 || /bin/true
26     endscript
27 }
This page took 0.046463 seconds and 3 git commands to generate.