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: mod_log_rotate 1.00a and error.log
Author
timo



Joined: 03 Jun 2012
Posts: 45
Location: FI, EU

PostPosted: Sun 02 Feb '14 15:04    Post subject: mod_log_rotate 1.00a and error.log Reply with quote

Is it possible to rotate error.log with mod_log_rotate 1.00a, or do I have to use something like
Code:
ErrorLog "|bin/rotatelogs.exe /some/where 86400"
?
Access.log rotates as expected with mod_log_rotate 1.00a, but I can not make error.log to rotate using that module.
Back to top
Steffen
Moderator


Joined: 15 Oct 2005
Posts: 3049
Location: Hilversum, NL, EU

PostPosted: Sun 02 Feb '14 16:03    Post subject: Reply with quote

mod_log_rotate can't handle the error log. Sad but true. But you can use rotatelogs.exe to do that.

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


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