]> git.pld-linux.org Git - packages/apache.git/blame - apache.logrotate
- by hand sounds like p0rn (not that isn't).
[packages/apache.git] / apache.logrotate
CommitLineData
d8bcec41 1/var/log/httpd/*access_log {
cc1cc2ef 2 olddir /var/log/archiv/httpd
58f9559b 3 postrotate
f50e2ab4 4 /etc/rc.d/init.d/httpd graceful > /dev/null 2>&1 || /bin/true
58f9559b
AF
5 endscript
6}
7
d8bcec41 8/var/log/httpd/*agent_log {
cc1cc2ef 9 olddir /var/log/archiv/httpd
58f9559b 10 postrotate
f50e2ab4 11 /etc/rc.d/init.d/httpd graceful > /dev/null 2>&1 || /bin/true
58f9559b
AF
12 endscript
13}
14
d8bcec41 15/var/log/httpd/*error_log {
cc1cc2ef 16 olddir /var/log/archiv/httpd
58f9559b 17 postrotate
f50e2ab4 18 /etc/rc.d/init.d/httpd graceful > /dev/null 2>&1 || /bin/true
58f9559b
AF
19 endscript
20}
21
d8bcec41 22/var/log/httpd/*referer_log {
cc1cc2ef 23 olddir /var/log/archiv/httpd
58f9559b 24 postrotate
f50e2ab4 25 /etc/rc.d/init.d/httpd graceful > /dev/null 2>&1 || /bin/true
58f9559b
AF
26 endscript
27}
This page took 0.139228 seconds and 4 git commands to generate.