]> git.pld-linux.org Git - packages/apache.git/blobdiff - apache.logrotate
- rpmlint: W: unexpanded-macro dependency openssl >= %{openssl_version} %{openssl_ver...
[packages/apache.git] / apache.logrotate
index 8f491e5eca114cc4b4b9a5e429f29495be3e4f36..060a1b8d3f18653b2e87d805179a87d77f0cf044 100644 (file)
@@ -1,12 +1,14 @@
 /var/log/httpd/*access_log
+/var/log/httpd/*combined_log
 /var/log/httpd/*agent_log
 /var/log/httpd/*error_log
 /var/log/httpd/*referer_log
+/var/log/httpd/*request_log
 /var/log/httpd/*rewrite_log
 {
-    olddir /var/log/archiv/httpd
+    olddir /var/log/archive/httpd
     sharedscripts
     postrotate
-               /etc/rc.d/init.d/httpd graceful > /dev/null 2>&1 || /bin/true
+               /sbin/service httpd flush-logs > /dev/null
     endscript
 }
This page took 0.026929 seconds and 4 git commands to generate.