]> git.pld-linux.org Git - packages/apache1.git/commitdiff
correct place
authorArtur Frysiak <artur@frysiak.net>
Mon, 24 May 1999 12:44:22 +0000 (12:44 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache.logrotate -> 1.1

apache.logrotate [new file with mode: 0644]

diff --git a/apache.logrotate b/apache.logrotate
new file mode 100644 (file)
index 0000000..4d046f1
--- /dev/null
@@ -0,0 +1,23 @@
+/var/log/httpd/access_log {
+    postrotate
+       /usr/bin/killall -HUP httpd
+    endscript
+}
+
+/var/log/httpd/agent_log {
+    postrotate
+       /usr/bin/killall -HUP httpd
+    endscript
+}
+
+/var/log/httpd/error_log {
+    postrotate
+       /usr/bin/killall -HUP httpd
+    endscript
+}
+
+/var/log/httpd/referer_log {
+    postrotate
+       /usr/bin/killall -HUP httpd
+    endscript
+}
This page took 0.144394 seconds and 4 git commands to generate.