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