]> git.pld-linux.org Git - packages/apache1-mod_ssl.git/commitdiff
- use sharedscripts and apache logrotate. perhaps this fixes weekly ssl crashes
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 22 Nov 2007 10:11:57 +0000 (10:11 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache1-mod_ssl.logrotate -> 1.4

apache1-mod_ssl.logrotate

index d8961bd99537b5d20cc3cae85657da80d31a589a..196740c5cc522eae1afb58774c8e213759481708 100644 (file)
@@ -1,13 +1,9 @@
-/var/log/apache/ssl_engine_log {
+/var/log/apache/ssl_engine_log
+/var/log/apache/ssl_request_log
+{
+       sharedscripts
     olddir /var/log/archive/apache
     postrotate
-       /bin/killall -HUP apache
-    endscript
-}
-
-/var/log/apache/ssl_request_log {
-    olddir /var/log/archive/apache
-    postrotate
-       /bin/killall -HUP apache
+               /sbin/service apache flush-logs > /dev/null
     endscript
 }
This page took 0.044967 seconds and 4 git commands to generate.