Searched refs:cgid_module (Results 1 - 3 of 3) sorted by relevance

/httpd/modules/generators/
H A Dmod_cgid.exp0 cgid_module
H A Dmod_cgid.c79 module AP_MODULE_DECLARE_DATA cgid_module; variable
122 ap_get_module_config(r->request_config, &cgid_module);
440 ap_set_module_config(r->request_config, &cgid_module, (void *)&req->ugid);
990 &cgid_module);
1005 &cgid_module);
1015 &cgid_module);
1412 conf = ap_get_module_config(r->server->module_config, &cgid_module);
1413 dc = ap_get_module_config(r->per_dir_config, &cgid_module);
1810 &cgid_module);
1811 cgid_dirconf *dc = ap_get_module_config(r->per_dir_config, &cgid_module);
[all...]
/httpd/build/
H A DmkconfNW.awk136 match ($0,/^<IfModule cgid_module>$/) {

Completed in 1563 milliseconds