Searched defs:proxy_fcgi_module (Results 1 - 1 of 1) sorted by relevance

/httpd/modules/proxy/
H A Dmod_proxy_fcgi.c21 module AP_MODULE_DECLARE_DATA proxy_fcgi_module; variable
86 rconf = ap_get_module_config(r->request_config, &proxy_fcgi_module);
89 ap_set_module_config(r->request_config, &proxy_fcgi_module, rconf);
257 fcgi_req_config_t *rconf = ap_get_module_config(r->request_config, &proxy_fcgi_module);

Completed in 13 milliseconds