]> git.pld-linux.org Git - packages/apache1.git/blobdiff - apache1.logrotate
- updated db4 patch: old content was obsolete, now it adds db5.0 support
[packages/apache1.git] / apache1.logrotate
index 0c78c0d9a9ecdf521dbee6a66398c0476d483525..0722e9e90c00c7036984b334bf8ee95c7202dfde 100644 (file)
@@ -1,11 +1,18 @@
 /var/log/apache/*access_log
+/var/log/apache/*combined_log
 /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
 {
+       daily
+       rotate 28
+       missingok
+       notifempty
        sharedscripts
-    olddir /var/log/archiv/apache
-    postrotate
-               /etc/rc.d/init.d/apache flush-logs > /dev/null
-    endscript
+       olddir /var/log/archive/apache
+       postrotate
+               /sbin/service apache flush-logs > /dev/null
+       endscript
 }
This page took 0.031629 seconds and 4 git commands to generate.