Re: [EMAIL PROTECTED] Reverse Proxy Sanity Check

2008-05-31 Thread Jacob Mathew
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

Re: [EMAIL PROTECTED] Reverse Proxy Sanity Check

2008-05-30 Thread Jacob Mathew
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,

[EMAIL PROTECTED] Reverse Proxy Sanity Check

2008-05-30 Thread Jacob Mathew
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