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

/httpd/include/
H A Dhttp_main.h73 AP_DECLARE_DATA extern int ap_document_root_check;
/httpd/server/
H A Dmain.c589 ap_document_root_check = 0;
H A Dcore.c119 /* Provide ap_document_root_check storage and default value = true */
120 AP_DECLARE_DATA int ap_document_root_check = 1; variable
1489 /* When ap_document_root_check is false; skip all the stuff below */
1490 if (!ap_document_root_check) {

Completed in 195 milliseconds