Forum Moderators: phranque
ProxyRequests Off
ProxyHTMLExtended On
ProxyPass /help http://help.shs.ucd
<Location /help/>
ProxyPassReverse /
SetOutputFilter INFLATE;proxy-html;DEFLATE
#ProxyHTMLURLMap http://help.shs.ucd/ /help
ProxyHTMLURLMap / /help/
ProxyHTMLURLMap /images /help/images
ProxyHTMLURLMap /favicon.ico /help/favicon.ico
ProxyHTMLURLMap /help /help
</Location>
This directive lets Apache adjust the URL in the Location, Content-Location and URI headers on HTTP redirect responses. This is essential when Apache is used as a reverse proxy (or gateway) to avoid by-passing the reverse proxy because of HTTP redirects on the backend servers which stay behind the reverse proxy.
ProxyPass /help http://help.shs.ucd
ProxyPassReverse /help http://help.shs.ucd