Home
last modified time | relevance | path

Searched refs:preserve_host (Results 1 – 14 of 14) sorted by relevance

/dports/www/h2o-devel/h2o-dcc7134/lib/handler/
H A Dproxy.c54 overrides->proxy_preserve_host = self->config.preserve_host; in on_req()
/dports/www/htdigest/httpd-2.4.6/modules/proxy/
H A Dmod_proxy.c1295 new->preserve_host = 0; in create_proxy_dir_config()
1322 new->preserve_host = (add->preserve_host_set == 0) ? base->preserve_host in merge_proxy_dir_config()
1323 : add->preserve_host; in merge_proxy_dir_config()
1780 conf->preserve_host = flag; in set_preserve_host()
H A Dmod_proxy.h217 unsigned int preserve_host:1; member
H A Dmod_proxy_http.c1968 if ((dconf->preserve_host != 0) && (r->hostname != NULL)) { in proxy_http_handler()
H A Dproxy_util.c2966 if (dconf->preserve_host == 0) { in ap_proxy_create_hdrbrgd()
/dports/www/apache24/httpd-2.4.53/modules/proxy/
H A Dmod_proxy.c1828 new->preserve_host = 0; in create_proxy_dir_config()
1875 new->preserve_host = (add->preserve_host_set == 0) ? base->preserve_host in merge_proxy_dir_config()
1876 : add->preserve_host; in merge_proxy_dir_config()
2456 conf->preserve_host = flag; in set_preserve_host()
H A Dmod_proxy.h237 unsigned int preserve_host:1; member
H A Dproxy_util.c2787 if (dconf->preserve_host) { in ap_proxy_determine_connection()
3894 if (dconf->preserve_host == 0) { in ap_proxy_create_hdrbrgd()
/dports/www/apache24/httpd-2.4.53/modules/http2/
H A Dh2_proxy_session.c377 if (!dconf->preserve_host) { in process_proxy_header()
841 if (dconf->preserve_host) { in open_stream()
/dports/www/mod_http2/mod_h2-2.0.2/mod_http2/
H A Dh2_proxy_session.c377 if (!dconf->preserve_host) { in process_proxy_header()
840 if (dconf->preserve_host) { in open_stream()
/dports/www/h2o-devel/h2o-dcc7134/lib/handler/configurator/
H A Dproxy.c100 self->vars->conf.preserve_host = (int)ret; in on_config_preserve_host()
/dports/www/fpc-httpd24/fpc-3.2.2/packages/httpd24/src/
H A Dap_mmn.inc203 * 20091011.0 (2.3.3-dev) Move preserve_host{,_set} from proxy_server_conf to
/dports/lang/fpc-source/fpc-3.2.2/packages/httpd24/src/
H A Dap_mmn.inc203 * 20091011.0 (2.3.3-dev) Move preserve_host{,_set} from proxy_server_conf to
/dports/www/h2o-devel/h2o-dcc7134/include/
H A Dh2o.h2145 unsigned preserve_host : 1; member