Searched refs:site (Results 1 - 2 of 2) sorted by relevance
/httpd/modules/aaa/ |
H A D | mod_auth_form.c | 41 #define MOD_AUTH_FORM_HASH "site" 56 const char *site; member in struct:__anon54 115 new->site = (add->site_set == 0) ? base->site : add->site; 321 static const char *set_site_passphrase(cmd_parms * cmd, void *config, const char *site) argument 324 conf->site = site; 522 const char *user, const char *pw, const char *site) 528 if (site) { 521 set_session_auth(request_rec * r, const char *user, const char *pw, const char *site) argument 734 check_site(request_rec * r, const char *site, const char *sent_user, const char *sent_hash) argument [all...] |
/httpd/modules/proxy/ |
H A D | mod_proxy_ftp.c | 451 char *dir, *path, *reldir, *site, *str, *type; local 476 * In the reverse proxy case we need to construct our site string 484 site = ap_construct_url(p, "", r); 487 /* Save "scheme://site" prefix without password */ 488 site = apr_uri_unparse(p, &f->r->parsed_uri, 533 ap_escape_html(p, site), basedir, escpath, 534 ap_escape_uri(p, site), basedir, escpath, 535 ap_escape_uri(p, site), str);
|
Completed in 2479 milliseconds