Re: log rotation

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Alex Thurlow
Date: Tuesday, May 15, 2007 - 1:54 pm

I've always rotated my logs without ever starting apache.  I just do 
something like this.

cp access_log $date_access_log
echo > access_log
gzip $date_access_log

It's possible to lose a line or 2 of logging, but if that's ok, this is 
what I've done.

Robert Zajda wrote:


-- 
Alex Thurlow
Technical Director
Blastro Networks

email: alex@blastro.com
office: 512-485-3148
mobile: 512-762-5814
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
log rotation, Bambero, (Tue May 15, 10:10 am)
Re: log rotation, Przemyslaw Nowaczyk, (Tue May 15, 11:21 am)
Re: log rotation, Darrin Chandler, (Tue May 15, 11:40 am)
Re: log rotation, John Mendenhall, (Tue May 15, 12:11 pm)
Re: log rotation, Allie D., (Tue May 15, 12:18 pm)
Re: log rotation, Robert Zajda, (Tue May 15, 1:41 pm)
Re: log rotation, Robert Zajda, (Tue May 15, 1:42 pm)
Re: log rotation, Alex Thurlow, (Tue May 15, 1:54 pm)
Re: log rotation, Allie D., (Tue May 15, 2:26 pm)
Re: log rotation, Daniel Kertesz, (Tue May 15, 2:28 pm)