Searched defs:forward (Results 1 - 3 of 3) sorted by relevance
/httpd/modules/proxy/ |
H A D | mod_proxy.c | 1257 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 D | mod_proxy.h | 138 proxy_worker *forward; /* forward proxy worker */ member in struct:__anon275 248 void *forward; /* opaque forward proxy data */ member in struct:__anon281
|
H A D | proxy_util.c | 47 * 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...] |
Completed in 3532 milliseconds