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

/httpd/docs/log-message-tags/
H A Dupdate-log-msg-tags6 my $basedir = "docs/log-message-tags";
7 my $serial_file = "$basedir/next-number";
26 write_file("$basedir/list", $list);
/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 15 milliseconds