Lines Matching defs:url
851 char *url, *p;
860 url = &r->filename[6];
874 if ((access_status = proxy_run_canon_handler(r, url))) {
878 p = strchr(url, ':');
879 if (p == NULL || p == url)
890 static int proxy_needsdomain(request_rec *r, const char *url, const char *domain)
1074 char *url = uri;
1076 access_status = ap_proxy_pre_request(&worker, &balancer, r, conf, &url);
1107 ap_regexec(ents[i].regexp, url, 0, NULL, 0) == 0) ||
1110 strncasecmp(url, ents[i].scheme,
1117 conf, url,
1169 AP_PROXY_RUN(r, worker, conf, url, attempts);
1171 url, NULL, 0);
1588 PROXY_DECLARE(const char *) ap_proxy_de_socketfy(apr_pool_t *p, const char *url)
1595 if (!strncasecmp(url, "unix:", 5) &&
1596 ((ptr = ap_strchr_c(url, '|')) != NULL)) {
1615 return url;
2462 "> arguments are not supported for wildchar url.",
2466 "> arguments are not supported for non url.",
2882 /* fixup before mod_rewrite, so that the proxied url will not
2935 char *url, const char *proxyhost,
2937 url,proxyhost,proxyport),DECLINED)
2939 (request_rec *r, char *url),(r,
2940 url),DECLINED)
2946 char **url),(worker,balancer,
2947 r,conf,url),DECLINED)