]> git.pld-linux.org Git - packages/apache1.git/blobdiff - apache1.logrotate
- rel 5
[packages/apache1.git] / apache1.logrotate
index b6f74c69642c0f3656760aeeaafdf37fe5c26d76..eb511b58070cd3cfa2b29e915ba6853c5fde3716 100644 (file)
@@ -3,10 +3,12 @@
 /var/log/apache/*agent_log
 /var/log/apache/*error_log
 /var/log/apache/*referer_log
+/var/log/apache/ssl_engine_log
+/var/log/apache/ssl_request_log
 {
        sharedscripts
-    olddir /var/log/archiv/apache
+    olddir /var/log/archive/apache
     postrotate
-               /etc/rc.d/init.d/apache flush-logs > /dev/null
+               /sbin/service apache flush-logs > /dev/null
     endscript
 }
This page took 0.098553 seconds and 4 git commands to generate.