On Tue, Jun 3, 2008 at 11:28 PM, Stusynski, Dan <[EMAIL PROTECTED]> wrote:
> 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.

Personally I prefer "logrotate", which can be scheduled as cron and do
the rotation for you.

>> yum install logrotate (If you are using RH/FC)


Howard.

---------------------------------------------------------------------
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