logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Third-party Modules View previous topic :: View next topic
Reply to topic   Topic: use mod_log_rotate to error.log?
Author
maskego



Joined: 16 Apr 2010
Posts: 238

PostPosted: Fri 31 Aug '12 8:35    Post subject: use mod_log_rotate to error.log? Reply with quote

I can use CustomLog logs/access_log.%Y%m%d-%H%M%S common to split access.log.

But,how to split error.log?I can't find the directive after google it.
Back to top
maskego



Joined: 16 Apr 2010
Posts: 238

PostPosted: Fri 31 Aug '12 9:02    Post subject: Reply with quote

I find this post there:http://www.apachelounge.com/viewtopic.php?t=4572

It's a pity.
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7288
Location: Germany, Next to Hamburg

PostPosted: Fri 31 Aug '12 11:03    Post subject: Reply with quote

You can use

ErrorLog "|bin/rotatelogs.exe ....


See http://httpd.apache.org/docs/2.4/programs/rotatelogs.html
Back to top


Reply to topic   Topic: use mod_log_rotate to error.log? View previous topic :: View next topic
Post new topic   Forum Index -> Third-party Modules