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 spawning rotatelogs.exe process
Author
mgdodge



Joined: 17 Dec 2005
Posts: 1
Location: mgdodge

PostPosted: Sat 17 Dec '05 11:03    Post subject: mod_log_rotate spawning rotatelogs.exe process Reply with quote

Fresh install of httpd-2.2, php 5.1.1, using mod_log_rotate to rotate logs for a single virtual host (kind of a test setup here initially)

When I stop the server to modify the config files, 4 instances of rotatelogs.exe are left running, and restarting the server creates 4 more. Eventually I get errors trying to start Apache because of this, unless I go through and kill all the rotatelogs processes. VERY annoying.

Anyone else running into this issue? I was under the impression that this mod got rid of the need for rotatelogs, but even if it didn't, it should at least shut down the processes when the server goes down.
Back to top
Steffen
Moderator


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

PostPosted: Sat 17 Dec '05 11:42    Post subject: Reply with quote

This mod does not use rotatelogs.exe .

Seems somewhere you have defined a CustomLog with rotatelogs.exe .

I am using it and no issue at all,


Steffen
Back to top


Reply to topic   Topic: mod_log_rotate spawning rotatelogs.exe process View previous topic :: View next topic
Post new topic   Forum Index -> Third-party Modules