Searched defs:basedir (Results 1 - 1 of 1) sorted by relevance

/httpd/modules/proxy/
H A Dmod_proxy_ftp.c470 /* basedir is either "", or "/%2f" for the "squid %2f hack" */
471 const char *basedir = ""; /* By default, path is relative to the $HOME dir */ local
496 /* If path began with /%2f, change the basedir */
498 basedir = "/%2f";
523 str = (basedir[0] != '\0') ? "<a href=\"/%2f/\">%2f</a>/" : "";
533 ap_escape_html(p, site), basedir, escpath,
534 ap_escape_uri(p, site), basedir, escpath,
549 str = apr_psprintf(p, "<a href=\"%s%s/\">%s</a>/", basedir,

Completed in 64 milliseconds