Actually, I think it had to do with my trace function. Instead of using an ap_log_error call I was using fprintf for a very quick-and-dirty solution. Once I stopped doing that the multiple copies of the messages went away. I thought I could get away with using fprintf this time, but obviously not.
On Nov 11, 2009, at 7:26 AM, Eric Covener wrote: > On Wed, Nov 11, 2009 at 10:06 AM, Michael Durket > <[email protected]> wrote: >> Weird, because I'm tracing the entry to post-config in my code and the second >> phase seems to be called 8 times which on my system is the value listed in >> the StartServers >> directive. > > Sounds like you're either hooked into child_init or calling some code > from both post_config and child_init -- can you post the smallest > working module that demonstrates it? > > (also on Windows, 4 times is normal -- 2 in the parent and 2 in the child) > > -- > Eric Covener > [email protected]
