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

/httpd/modules/proxy/
H A Dmod_proxy_scgi.c426 const char *location_header = conf->internal_redirect ? local
429 location = apr_table_get(r->err_headers_out, location_header);
432 location = apr_table_get(r->headers_out, location_header);
437 if (strcasecmp(location_header, "Location")) {
439 apr_table_unset(r->err_headers_out, location_header);
442 apr_table_unset(r->headers_out, location_header);

Completed in 753 milliseconds