Re: Logrotate LOTS of Apache Logfiles

2003-01-24 Thread Derrick 'dman' Hudson
On Wed, Jan 22, 2003 at 09:48:33PM +0100, Daniel Fabian wrote: | Hi, | | I'm trying to find an easy way to logrotate apache logfiles. The logfiles | are created by cronolog, one in a day. | | CustomLog "|/usr/sbin/cronolog | /wwwhome/customer1/logs/www.customer1.tt-%Y-%m-%d.log" combined | ErrorL

Logrotate LOTS of Apache Logfiles

2003-01-22 Thread Daniel Fabian
Hi, I'm trying to find an easy way to logrotate apache logfiles. The logfiles are created by cronolog, one in a day. CustomLog "|/usr/sbin/cronolog /wwwhome/customer1/logs/www.customer1.tt-%Y-%m-%d.log" combined ErrorLog "|/usr/sbin/cronolog /wwwhome/customer1/logs/www.customer1.tt-%Y-%m-%d.err"