Home
last modified time | relevance | path

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

/mirbsd/src/usr.sbin/httpd/src/modules/proxy/
Dproxy_http.c171 const char *datestr, *urlstr; in ap_proxy_http_handler() local
634 if ((urlstr = ap_table_get(resp_hdrs, "Location")) != NULL) in ap_proxy_http_handler()
635 ap_table_set(resp_hdrs, "Location", proxy_location_reverse_map(r, urlstr)); in ap_proxy_http_handler()
636 if ((urlstr = ap_table_get(resp_hdrs, "URI")) != NULL) in ap_proxy_http_handler()
637 ap_table_set(resp_hdrs, "URI", proxy_location_reverse_map(r, urlstr)); in ap_proxy_http_handler()
638 if ((urlstr = ap_table_get(resp_hdrs, "Content-Location")) != NULL) in ap_proxy_http_handler()
639 ap_table_set(resp_hdrs, "Content-Location", proxy_location_reverse_map(r, urlstr)); in ap_proxy_http_handler()