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

  /src/libexec/httpd/
tilde-luzah-bozo.c 50 * - chdir's /~user/public_html
98 pw->pw_name, pw->pw_dir, httpd->public_html,
107 if (chdir(httpd->public_html) < 0) {
108 bozowarn(httpd, "chdir2 error: %s: %s", httpd->public_html,
111 "can't chdir to public_html");
bozohttpd.h 118 const char *public_html; /* ~user/public_html page */ member in struct:bozohttpd_t
119 int enable_users; /* enable public_html */
bozohttpd.c 42 * - configurable translation of /~user/ to ~user/public_html,
113 #ifndef PUBLIC_HTML
114 #define PUBLIC_HTML "public_html"
2544 if (!bozo_set_pref(httpd, prefs, "public_html", PUBLIC_HTML))
2652 if ((cp = bozo_get_pref(prefs, "public_html")) != NULL) {
2653 httpd->public_html = bozostrdup(httpd, NULL, cp);
2745 free(bozo_unconst(httpd->public_html));
  /src/libexec/httpd/lua/
bozo.lua 53 opt.add_option{"-p", "--public-html", action="store", dest="public_html", help="--public-html dir"}
132 if options.public_html then
133 bozohttpd.set_pref(httpd, prefs, "public_html", options.public_html)

Completed in 13 milliseconds