mod_proxy_html is an output filter to rewrite HTML links in a proxy situation, to ensure that links work for users outside the proxy. It serves the same purpose as Apache's ProxyPassReverse directive does for HTTP headers, and is an essential component of a reverse proxy.
Questions tagged [mod-proxy-html]
32 questions
0
votes
0 answers
style losing through Apache proxy
I have an Apache httpd 2.4 with html_proxy_module enabled.
It's configured to receive several different context-root in this way:
www.xxxxx.com/rorac/
www.xxxxx.com/saas01/
And these different requests are redirected to their own Tomcats, some areā¦

suppli3r
- 11
- 3
0
votes
1 answer
mod_proxy_html and AJAX Response
I am using mod_proxy_html and the AJAX response is wrapped inside HTML
AJAX RESPONSE
This is done by mod_proxy_html and I want to avoid this happening.
user1994531
- 1
- 3