Searched refs:proxy_location_reverse_map (Results 1 – 1 of 1) sorted by relevance
| /mirbsd/src/usr.sbin/httpd/src/modules/proxy/ |
| D | proxy_http.c | 122 static const char *proxy_location_reverse_map(request_rec *r, const char *url) in proxy_location_reverse_map() function 635 ap_table_set(resp_hdrs, "Location", proxy_location_reverse_map(r, urlstr)); in ap_proxy_http_handler() 637 ap_table_set(resp_hdrs, "URI", proxy_location_reverse_map(r, urlstr)); in ap_proxy_http_handler() 639 ap_table_set(resp_hdrs, "Content-Location", proxy_location_reverse_map(r, urlstr)); in ap_proxy_http_handler()
|