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.
- Accessing server config during parent startup Robin Berjon
- RE: Accessing server config during parent startup Geoffrey Young
- Re: Accessing server config during parent startup Robin Berjon
- Re: Accessing server config during parent startup Robin Berjon
- Re: Accessing server config during parent startup Doug MacEachern
- Re: Accessing server config during parent startup Robin Berjon