From: Paweł Gołaszewski Date: Tue, 13 Apr 2004 19:36:05 +0000 (+0000) Subject: - rotate all logs, virtuals too X-Git-Tag: auto/ac/apache-2_0_50-0_1 X-Git-Url: http://git.pld-linux.org/?a=commitdiff_plain;h=refs%2Ftags%2Fauto%2Fac%2Fapache-2_0_52-7;p=packages%2Fapache1.git - rotate all logs, virtuals too Changed files: apache.logrotate -> 1.7 --- diff --git a/apache.logrotate b/apache.logrotate index b180731..350860e 100644 --- a/apache.logrotate +++ b/apache.logrotate @@ -1,25 +1,25 @@ -/var/log/httpd/access_log { +/var/log/httpd/*access_log { olddir /var/log/archiv/httpd postrotate /etc/rc.d/init.d/httpd graceful > /dev/null 2>&1 || /bin/true endscript } -/var/log/httpd/agent_log { +/var/log/httpd/*agent_log { olddir /var/log/archiv/httpd postrotate /etc/rc.d/init.d/httpd graceful > /dev/null 2>&1 || /bin/true endscript } -/var/log/httpd/error_log { +/var/log/httpd/*error_log { olddir /var/log/archiv/httpd postrotate /etc/rc.d/init.d/httpd graceful > /dev/null 2>&1 || /bin/true endscript } -/var/log/httpd/referer_log { +/var/log/httpd/*referer_log { olddir /var/log/archiv/httpd postrotate /etc/rc.d/init.d/httpd graceful > /dev/null 2>&1 || /bin/true