Mladen Turk wrote:
> 
> 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?
> 

I need to relook at the code, but it's my recall that what that function
does is call ap_set_module_config, which stores the create_*_config
func pointer, not call it.
-- 
===========================================================================
   Jim Jagielski   [|]   [EMAIL PROTECTED]   [|]   http://www.jaguNET.com/
                     "Sith happens"  -  Yoda

Reply via email to