May 2008 08:17:22 -0700
> "Jacob Mathew" <[EMAIL PROTECTED]> wrote:
>
>> So far it all seems quite solid, but then there is the issue of URL's
>> in javascript and other embedded content which can't identified by
>> ProxyHTMLURLMap.
>
> Yes
Thanks, I'll look into that. Though it still seems like I will have to
do this regular expression search for URL's which is what my main
issue is.
-Jacob
On Fri, May 30, 2008 at 8:23 AM, Jim Jagielski <[EMAIL PROTECTED]> wrote:
> On Fri, May 30, 2008 at 08:17:22AM -0700,
I'm looking to setup apache as a reverse proxy to a couple of tomcat
servers. What I want is something like this:
www.proxy.com/app1 --->www.app1.target.com
www.proxy.com/app2 --->www.app2.target.com
>From what I can tell from the guides, to get this to work correctly
there needs to b