Lines Matching refs:virtbase
1318 * if we have a virtual path root (httpd->virtbase), and we are given a
1320 * directory exists under httpd->virtbase. if it does, use this as the
1362 if (!httpd->virtbase) {
1392 "check_virtual: checking host `%s' under httpd->virtbase `%s' "
1394 request->hr_host, httpd->virtbase, request->hr_file));
1400 if ((dirp = opendir(httpd->virtbase)) != NULL) {
1414 httpd->virtbase,
1423 httpd->virtbase, strerror(errno)));
2627 httpd->virtbase = bozostrdup(httpd, NULL, cp);
2739 free(httpd->virtbase);