On Mon, 9 Jul 2001, Robin Berjon wrote:
 
> cfg = (axkit_dir_config *)
>         ap_get_module_config(s->module_config, &XS_AxKit);

try s->lookup_defaults instead of s->module_config

see also: modperl-2.0/src/modules/perl/modperl_pcw.c
where you can see howto access all of the config apache has
parsed.  the same logic should work with 1.x, just need to 
s/apr_pool_t/pool/g and the like.


Reply via email to