]> git.pld-linux.org Git - packages/apache.git/blobdiff - apache.logrotate
- updated for 1.3.32
[packages/apache.git] / apache.logrotate
index ae9fa010a9f9c81429a634143db8e90a99fbbb93..350860e74dbf22462ed986ebeb725ba578765e94 100644 (file)
@@ -1,27 +1,27 @@
-/var/log/httpd/access_log {
+/var/log/httpd/*access_log {
     olddir /var/log/archiv/httpd
     postrotate
-       /bin/killall -HUP httpd
+       /etc/rc.d/init.d/httpd graceful > /dev/null 2>&1 || /bin/true
     endscript
 }
 
-/var/log/httpd/agent_log {
+/var/log/httpd/*agent_log {
     olddir /var/log/archiv/httpd
     postrotate
-       /bin/killall -HUP httpd
+       /etc/rc.d/init.d/httpd graceful > /dev/null 2>&1 || /bin/true
     endscript
 }
 
-/var/log/httpd/error_log {
+/var/log/httpd/*error_log {
     olddir /var/log/archiv/httpd
     postrotate
-       /bin/killall -HUP httpd
+       /etc/rc.d/init.d/httpd graceful > /dev/null 2>&1 || /bin/true
     endscript
 }
 
-/var/log/httpd/referer_log {
+/var/log/httpd/*referer_log {
     olddir /var/log/archiv/httpd
     postrotate
-       /bin/killall -HUP httpd
+       /etc/rc.d/init.d/httpd graceful > /dev/null 2>&1 || /bin/true
     endscript
 }
This page took 0.029307 seconds and 4 git commands to generate.