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

/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 694 milliseconds