SOURCES: apache1.logrotate - rotate apache logs daily
glen
glen at pld-linux.org
Mon Dec 17 10:33:50 CET 2007
Author: glen Date: Mon Dec 17 09:33:50 2007 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- rotate apache logs daily
---- Files affected:
SOURCES:
apache1.logrotate (1.10 -> 1.11)
---- Diffs:
================================================================
Index: SOURCES/apache1.logrotate
diff -u SOURCES/apache1.logrotate:1.10 SOURCES/apache1.logrotate:1.11
--- SOURCES/apache1.logrotate:1.10 Mon Dec 10 10:45:31 2007
+++ SOURCES/apache1.logrotate Mon Dec 17 10:33:44 2007
@@ -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
}
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/apache1.logrotate?r1=1.10&r2=1.11&f=u
More information about the pld-cvs-commit
mailing list