Searched refs:public_html (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/libexec/httpd/ |
H A D | tilde-luzah-bozo.c | 98 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 D | bozohttpd.h | 118 const char *public_html; /* ~user/public_html page */ member
|
H A D | bozohttpd.c | 42 * - 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 D | CHANGES | 372 - new "-p public_html" flag to change default ~user directory
|
/netbsd-src/libexec/httpd/lua/ |
H A D | bozo.lua | 132 if options.public_html then 133 bozohttpd.set_pref(httpd, prefs, "public_html", options.public_html)
|