]> git.pld-linux.org Git - packages/apache1.git/commitdiff
- rotate apache logs daily
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 17 Dec 2007 09:33:44 +0000 (09:33 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache1.logrotate -> 1.11

apache1.logrotate

index eb511b58070cd3cfa2b29e915ba6853c5fde3716..8f929451bb2a2d10235d651f6e35aa115bb2c45a 100644 (file)
@@ -6,9 +6,13 @@
 /var/log/apache/ssl_engine_log
 /var/log/apache/ssl_request_log
 {
+       daily
+       rotate 7
+       missingok
+       notifempty
        sharedscripts
-    olddir /var/log/archive/apache
-    postrotate
+       olddir /var/log/archive/apache
+       postrotate
                /sbin/service apache flush-logs > /dev/null
-    endscript
+       endscript
 }
This page took 0.065996 seconds and 4 git commands to generate.