Re: [EMAIL PROTECTED] mod_proxy_html issue

2007-02-28 Thread Jack Saunders
Nick, Thanks for a solution. Just trying to understand the logic behind the filter is half the battle. Here is what I did to resolve the issue: ProxyPass /testapp/ http://internalserverA.com/testapp/ ProxyHTMLURLMap http://internalser

Re: [EMAIL PROTECTED] mod_proxy_html issue

2007-02-27 Thread Nick Kew
On Tue, 27 Feb 2007 15:47:19 -0500 "Jack Saunders" <[EMAIL PROTECTED]> wrote: > This link is still a problem. > > > The OutputFilter rewrites the link to href="/testapp/images/logo.jpg"> This breaks everytime. So add a URLMap to rewrite /images to whatever you want it to become. -- Nick Kew

[EMAIL PROTECTED] mod_proxy_html issue

2007-02-27 Thread Jack Saunders
I am running Apache/2.0.59 with mod_proxy and mod_proxy_html on windows 2003. The issue I am facing is certain types of embedded links are absolute and the OutputFilter proxy-html is causing more harm than good. Below is a snippet of the relevant httpd config info: ##