]> git.pld-linux.org Git - packages/apache1.git/blame - apache.logrotate
- make "reload" = "graceful", so that active connections stay alive
[packages/apache1.git] / apache.logrotate
CommitLineData
59edf191 1/var/log/httpd/*access_log {
77d8951d 2 olddir /var/log/archiv/httpd
4fa7c5e8 3 sharedscripts
331ca6c1 4 postrotate
84526a08 5 /etc/rc.d/init.d/httpd graceful > /dev/null 2>&1 || /bin/true
331ca6c1
AF
6 endscript
7}
8
59edf191 9/var/log/httpd/*agent_log {
77d8951d 10 olddir /var/log/archiv/httpd
4fa7c5e8 11 sharedscripts
331ca6c1 12 postrotate
84526a08 13 /etc/rc.d/init.d/httpd graceful > /dev/null 2>&1 || /bin/true
331ca6c1
AF
14 endscript
15}
16
59edf191 17/var/log/httpd/*error_log {
77d8951d 18 olddir /var/log/archiv/httpd
4fa7c5e8 19 sharedscripts
331ca6c1 20 postrotate
84526a08 21 /etc/rc.d/init.d/httpd graceful > /dev/null 2>&1 || /bin/true
331ca6c1
AF
22 endscript
23}
24
59edf191 25/var/log/httpd/*referer_log {
77d8951d 26 olddir /var/log/archiv/httpd
4fa7c5e8 27 sharedscripts
331ca6c1 28 postrotate
84526a08 29 /etc/rc.d/init.d/httpd graceful > /dev/null 2>&1 || /bin/true
331ca6c1
AF
30 endscript
31}
This page took 0.067388 seconds and 4 git commands to generate.