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

/httpd/server/
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 28 milliseconds