Searched refs:forward (Results 1 - 3 of 3) sorted by relevance

/httpd/modules/proxy/
H A Dproxy_util.c47 * using a forward proxy.
802 * i.e. the forward address proxy case, where this server does
2031 if (conf->forward) {
2033 "*: found forward proxy worker for %s", *url);
2035 *worker = conf->forward;
2038 * The forward worker does not keep connections alive, so
2272 /* Unless we are connecting the backend via a (forward Proxy)Remote, we
2330 * If we have a forward proxy and the protocol is HTTPS,
2338 forward_info *forward = apr_pcalloc(conn->pool, sizeof(forward_info)); local
2339 conn->forward
2563 forward_info *forward = (forward_info *)backend->forward; local
2868 forward_info *forward = (forward_info *)conn->forward; local
[all...]
H A Dmod_proxy.c1257 ps->forward = NULL;
1413 ps->forward = overrides->forward ? overrides->forward : base->forward;
2599 "Configure local source IP used for request forward"),
2816 /* Create and initialize forward worker if defined */
2818 proxy_worker *forward; local
2819 ap_proxy_define_worker(p, &forward, NULL, NULL, "http://www.apache.org", 0);
2820 conf->forward
[all...]
H A Dmod_proxy.h138 proxy_worker *forward; /* forward proxy worker */ member in struct:__anon275
248 void *forward; /* opaque forward proxy data */ member in struct:__anon281

Completed in 440 milliseconds