]> git.pld-linux.org Git - packages/apache.git/blame - apache.logrotate
- use phtml too
[packages/apache.git] / apache.logrotate
CommitLineData
d8bcec41 1/var/log/httpd/*access_log {
cc1cc2ef 2 olddir /var/log/archiv/httpd
30087b66 3 sharedscripts
58f9559b 4 postrotate
f50e2ab4 5 /etc/rc.d/init.d/httpd graceful > /dev/null 2>&1 || /bin/true
58f9559b
AF
6 endscript
7}
8
d8bcec41 9/var/log/httpd/*agent_log {
cc1cc2ef 10 olddir /var/log/archiv/httpd
30087b66 11 sharedscripts
58f9559b 12 postrotate
f50e2ab4 13 /etc/rc.d/init.d/httpd graceful > /dev/null 2>&1 || /bin/true
58f9559b
AF
14 endscript
15}
16
d8bcec41 17/var/log/httpd/*error_log {
cc1cc2ef 18 olddir /var/log/archiv/httpd
30087b66 19 sharedscripts
58f9559b 20 postrotate
f50e2ab4 21 /etc/rc.d/init.d/httpd graceful > /dev/null 2>&1 || /bin/true
58f9559b
AF
22 endscript
23}
24
d8bcec41 25/var/log/httpd/*referer_log {
cc1cc2ef 26 olddir /var/log/archiv/httpd
30087b66 27 sharedscripts
58f9559b 28 postrotate
f50e2ab4 29 /etc/rc.d/init.d/httpd graceful > /dev/null 2>&1 || /bin/true
58f9559b
AF
30 endscript
31}
This page took 0.04907 seconds and 4 git commands to generate.