post-config phase question

2009-11-10 Thread Michael Durket
Based on the few books that describe Apache module writing and a presentation that I've found on the web from an Apache conference, the advice to module writers is to remember that Apache calls the post-config phase twice - once while it's checking its configuration files, and then when it's read

Re: post-config phase question

2009-11-11 Thread Michael Durket
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. On Nov 10, 2009, at 2:45 PM, Sorin Manolache wrote: > On Tue, Nov 10, 2009 at 23:40, Michael Durket

Re: post-config phase question

2009-11-11 Thread Michael Durket
not. On Nov 11, 2009, at 7:26 AM, Eric Covener wrote: > On Wed, Nov 11, 2009 at 10:06 AM, Michael Durket > 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