Paul Querna wrote:
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.
Right. I came to the same conclusion :)
Do you know what would be the correct behavior?
I suppose:
LoadModule 1
register_hooks 1
...
LoadModule N
register_hooks N
...
pre_config 1
pre_config N
...
etc...
BTW, If I inside mod_so, comment the call to the:
ap_single_module_configure(cmd->pool, cmd->server, modp);
everything is working magically OK.
(Well at least for the default config).
Regards,
Mladen.