Home
last modified time | relevance | path

Searched refs:public_html (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/libexec/httpd/
H A Dtilde-luzah-bozo.c98 pw->pw_name, pw->pw_dir, httpd->public_html, in bozo_user_transform()
107 if (chdir(httpd->public_html) < 0) { in bozo_user_transform()
108 bozowarn(httpd, "chdir2 error: %s: %s", httpd->public_html, in bozo_user_transform()
H A Dbozohttpd.h118 const char *public_html; /* ~user/public_html page */ member
H A Dbozohttpd.c42 * - configurable translation of /~user/ to ~user/public_html,
114 #define PUBLIC_HTML "public_html"
2544 if (!bozo_set_pref(httpd, prefs, "public_html", PUBLIC_HTML)) in bozo_init_prefs()
2652 if ((cp = bozo_get_pref(prefs, "public_html")) != NULL) { in bozo_setup()
2653 httpd->public_html = bozostrdup(httpd, NULL, cp); in bozo_setup()
2745 free(bozo_unconst(httpd->public_html)); in bozo_cleanup()
H A DCHANGES372 - new "-p public_html" flag to change default ~user directory
/netbsd-src/libexec/httpd/lua/
H A Dbozo.lua132 if options.public_html then
133 bozohttpd.set_pref(httpd, prefs, "public_html", options.public_html)