Greetings,

I am attempting to write a apache 2.2 module that has per
dir/location directives. I need to examine all the per dir/location
module_config's for this mod.

Can I do something like ...

for (server = base_server; server; server = server->next) {
 conf = ap_get_module_config(server->lookup_defaults, &my_mod);
}

regards
srp

Reply via email to