On Aug 19, 2005, at 2:10 PM, Mladen Turk wrote:

Jim Jagielski wrote:

The hook gets called in post_config, but not in create_config.
Of course if you move it to the post_config the config will
not work, because the array is still uninitialized.

Think it's a hook related stuff and .dll loading.


That is seriously weird... The proxy_run_load_lbmethods()
call is *in* create_proxy_config().



Right. Like said, the hook will be called if you move it to the
post config, but then it's too late.
The problem might be that the module hook initialization is
done *after* create_config, so you have a empty hook to run.


Umm... the registering of hooks is done at ap_add_loaded_module()
(and ap_add_module()) time.

I said initially that you will have a problems with that patch.
Since you don't have a windows platform, someone else might
test that too. I'm on vacation starting tomorrow, so could not
help you resolve that for some time.

Yes, now that we have a basic test for the balancer, others can
test.

Reply via email to