From b8a434bc812f9a44fa1ec05e735e57ef6ef74e01 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 1 Oct 2010 18:09:27 +0200 Subject: import httpd 2.2.16 --- httpd.logrotate | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 httpd.logrotate (limited to 'httpd.logrotate') diff --git a/httpd.logrotate b/httpd.logrotate new file mode 100644 index 0000000..794b9d7 --- /dev/null +++ b/httpd.logrotate @@ -0,0 +1,9 @@ +/var/log/httpd/*log { + missingok + notifempty + sharedscripts + delaycompress + postrotate + /sbin/service httpd reload > /dev/null 2>/dev/null || true + endscript +} -- cgit