Lines Matching refs:forward
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;
2819 ap_proxy_define_worker(p, &forward, NULL, NULL, "http://www.apache.org", 0);
2820 conf->forward = forward;
2821 PROXY_STRNCPY(conf->forward->s->name, "proxy:forward");
2822 PROXY_STRNCPY(conf->forward->s->hostname, "*");
2823 PROXY_STRNCPY(conf->forward->s->scheme, "*");
2824 conf->forward->hash.def = conf->forward->s->hash.def =
2825 ap_proxy_hashfunc(conf->forward->s->name, PROXY_HASHFUNC_DEFAULT);
2826 conf->forward->hash.fnv = conf->forward->s->hash.fnv =
2827 ap_proxy_hashfunc(conf->forward->s->name, PROXY_HASHFUNC_FNV);
2829 conf->forward->s->status |= PROXY_WORKER_IGNORE_ERRORS;
2831 conf->forward->s->status |= PROXY_WORKER_GENERIC;
2832 ap_proxy_initialize_worker(conf->forward, s, conf->pool);
2833 /* Disable address cache for generic forward worker */
2834 conf->forward->s->is_address_reusable = 0;