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.


Huh,
looking at the code, seems that there is something really weired :)

In any case, on all platforms the 'ap_single_module_configure' function
called from mod_so/load_module will call the module's
(*m->create_server_config)(p, s)
and...
(*m->create_dir_config)(p, NULL)

This means that both create_server_config and create_dir_config
function *are always* called on LoadModule, before module's
pre_config hook is called.

Is this a correct behavior?

Regards,
Mladen.

Reply via email to