HomeSort by: relevance | last modified time | path
    Searched refs:virtbase (Results 1 - 3 of 3) sorted by relevancy

  /src/libexec/httpd/lua/
bozo.lua 57 opt.add_option{"-v", "--virtbase", action="store", dest="virtbase", help="virtual base location"}
113 if options.virtbase then
114 bozohttpd.set_pref(httpd, prefs, "virtual base", options.virtbase)
  /src/libexec/httpd/
bozohttpd.h 103 char *virtbase; /* virtual directory base */ member in struct:bozohttpd_t
bozohttpd.c 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);
    [all...]

Completed in 30 milliseconds