Lines Matching defs:url
289 static int proxy_ftp_canon(request_rec *r, char *url)
297 if (strncasecmp(url, "ftp:", 4) == 0) {
298 url += 4;
305 ap_log_rerror(APLOG_MARK, APLOG_TRACE1, 0, r, "canonicalising URL %s", url);
308 err = ap_proxy_canon_netloc(p, &url, &user, &password, &host, &port);
322 strp = strchr(url, ';');
333 path = ap_proxy_canonenc(p, url, strlen(url), enc_path, 0, r->proxyreq);
969 proxy_server_conf *conf, char *url,
1010 "declining URL %s - proxyhost %s specified:", url,
1014 if (strncasecmp(url, "ftp:", 4)) {
1016 "declining URL %s - not ftp:", url);
1019 ap_log_rerror(APLOG_MARK, APLOG_TRACE3, 0, r, "serving URL %s", url);
1034 if (APR_SUCCESS != apr_uri_parse(p, url, &uri)) {
1036 apr_psprintf(p, "URI cannot be parsed: %s", url));
1116 "connecting %s to %s:%d", url, connectname, connectport);