ap_ get_module_config — get module-specific configuration information
void *ap_ get_module_config(void *conf_vector, module *m)
Gets the module-specific configuration set up by the module during
startup. conf_vector
is usually either the
per_dir_config
from a
request_rec
or module_config
from a server_rec
. See Chapter 21 for more information.