To rotate the logs you can use Apaches piped rotatelogs:

http://httpd.apache.org/docs/2.2/programs/rotatelogs.html

Put something like the following in your httpd.conf (or whereever your logging 
is define), 'CustomLog "| <APACHE_HOME>/bin/rotatelogs -l 
<APACHE_HOME>/logs/access_log%Y-%m-%d_%H_%M_%S 2048M" custom' 

That should rotate at 2 gigs. 

Dan Stusynski 

-----Original Message-----
From: Andre Hübner [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, June 03, 2008 10:10 AM
To: users@httpd.apache.org
Subject: [EMAIL PROTECTED] Apache Log File 2GB

Hi List,

i have access_logs >2GB and Apache 2.2.8 want restart in correct way. Is there 
a hint to let LogFiles grow larger or is the only way to rotate at reaching 2GB?

Thank you
Andre 


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to