Hello. I'm developping my own module, and i have problem with this line:
core_server_config *conf = ap_get_module_config(r->server->module_config, &core_module) when compiling: mod_vhost.c:742: error: `core_server_config' undeclared (first use in this function) mod_vhost.c:742: error: (Each undeclared identifier is reported only once mod_vhost.c:742: error: for each function it appears in.) mod_vhost.c:742: error: `conf' undeclared (first use in this function) mod_vhost.c:742: error: `core_module' undeclared (first use in this function) Have got any idea how to fix it ? Or what is wrong ? Thanks AK
