I am running apache server ver 2.0.59 on a Linux box on port 80.

Here are my Reverse proxy lines...


ProxyPass /test/ http://internal.com/mobi/ <https://internal.com/mobi/>
ProxyPassReverse /test/ http://internal.com/mobi/<https://internal.com/mobi/>
ProxyHTMLURLMap http://internal.com <https://internal.com/> /test

<Location /test/*>
SetOutputFilter  proxy-html
ProxyHTMLURLMap  / /test/
ProxyHTMLURLMap  /test /test
RequestHeader    unset  Accept-Encoding
</Location>

the problem is, dynamic links are not working (i.e., links are breaking....)
in HTML pages, where as hard links are working properly.

Any help would be appriciated.

Thanks,
Sharath

Reply via email to