From 5b0838000290f6fcaa971f4c607cf3b7aca7a558 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Pawe=C5=82=20Go=C5=82aszewski?= Date: Mon, 13 Feb 2006 12:56:27 +0000 Subject: [PATCH] - rotate rewrite_log too Changed files: apache.logrotate -> 1.9 --- apache.logrotate | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/apache.logrotate b/apache.logrotate index f7755bc..be2aacb 100644 --- a/apache.logrotate +++ b/apache.logrotate @@ -29,3 +29,11 @@ /etc/rc.d/init.d/httpd graceful > /dev/null 2>&1 || /bin/true endscript } + +/var/log/httpd/*rewrite_log { + olddir /var/log/archiv/httpd + sharedscripts + postrotate + /etc/rc.d/init.d/httpd graceful > /dev/null 2>&1 || /bin/true + endscript +} -- 2.44.0