Lines Matching defs:proxy
17 /* Utility routines for Apache proxy */
43 APLOG_USE_MODULE(proxy);
47 * using a forward proxy.
88 APR_IMPLEMENT_OPTIONAL_HOOK_RUN_ALL(proxy, PROXY, int, create_req,
385 "The proxy server could not handle the request <em><a href=\"",
802 * i.e. the forward address proxy case, where this server does
1704 * own; ie: the generic reverse-proxy or a worker
1979 * In the case of the reverse proxy, we need to see if we
1988 if (!strncmp(r->filename, "proxy:", 6) &&
2000 /* r->filename starts w/ "proxy:", so add after that */
2033 "*: found forward proxy worker for %s", *url);
2042 apr_table_setn(r->subprocess_env, "proxy-nokeepalive", "1");
2048 "*: using default reverse proxy worker for %s (no keepalive)", *url);
2057 apr_table_setn(r->subprocess_env, "proxy-nokeepalive", "1");
2274 * also the case via a remote proxy using the CONNECT method since the
2330 * If we have a forward proxy and the protocol is HTTPS,
2550 * Send a HTTP CONNECT request to a forward proxy.
2551 * The proxy is given by "backend", the target server
2568 "to the remote proxy %pI (%s)",
2575 /* Add proxy authorization from the initial request if necessary */
2623 "send_http_connect: response from the forward proxy: %s",
2634 "send_http_connect: the forward proxy returned code is '%s'",
2959 "proxy: connection shutdown");
3079 * Provide a string hashing function for the proxy.
3358 fpr1 = apr_table_get(r->subprocess_env, "force-proxy-request-1.0");
3379 if (apr_table_get(r->subprocess_env, "proxy-nokeepalive")) {
3426 * we will apply proxy purpose only modifications (eg. clearing hop-by-hop
3445 /* If USE_CANONICAL_NAME_OFF was configured for the proxy virtual host,
3448 * so we use the proxy vhost's name instead.
3478 apr_table_setn(r->subprocess_env, "proxy-interim-response",
3496 * is used in a reverse proxy configuration, so that useful info
3497 * about the client can be passed through the reverse proxy and on
3501 * In a forward proxy situation, these options are a potential
3502 * privacy violation, as information about clients behind the proxy
3507 * a forward proxy configuation instead of X-Forwarded-*. See the
3528 * name of this proxy server is (if there are more than one)