Mladen Turk wrote: > Hi, > > Since we have a problem with recent patched from Jim for > loadbalancer, that basically core dumps WIN32 build, and > I suppose other platforms are working OK, I've done some > debugging adding traces to the various stages in module > loading and initialization, so I have a question if this > is correct behavior on all platforms. > > 1. LoadModule order in conf file defined the module > loading order. > That is correctly handled. > > 2. First thing called is register_hooks table. > Suppose that is correct too. > > Now, I would expect that the third hook called is 'pre_config', > but here is what happens for: > > proxy_module --> [P] > proxy_balancer_module --> [B] > > > 1. [P] register_hooks > 2. [P] create_server_config > 3. [P] create_dir_config > 4. [B] register_hooks > 5. [P] pre_config > 6. [B] pre_config > [..snip..]
IMO, this sure sounds like a bug in the way the WINNT MPM operates. I believe it should be changed to match the same pattern as all the other MPMs. -Paul
