Searched refs:subdir (Results 1 - 2 of 2) sorted by relevance

/httpd/modules/core/test/conf/
H A Dtest40.conf7 <Macro SubDirAccessControl $subdir>
9 <Location /$subdir>
10 Warning "location /$subdir"
/httpd/modules/lua/
H A Dlua_request.c2637 ap_directive_t *subdir; local
2643 for (subdir = dir->first_child; subdir; subdir = subdir->next) {
2644 if (ap_strcasecmp_match(subdir->directive, "servername") &&
2645 !ap_strcasecmp_match(r->hostname, subdir->args)) {
2649 if (ap_strcasecmp_match(subdir->directive, "serveralias") &&
2650 !ap_strcasecmp_match(r->hostname, subdir->args)) {

Completed in 35 milliseconds