[EMAIL PROTECTED] Redirect and ProxyPass or RewriteRule[P]

2005-10-31 Thread Brian Bonner
I'm using ProxyPass and ProxyPassReverse to delegate requests from Apache 2.0.55 to Tomcat 5.0.30. Here's what I have: ProxyPass / http://192.168.1.15:8082/internal/ ProxyPassReverse / http://192.168.1.15:8082/finternal/ This works fine, however I also want to add a Redirection for a

Re: [EMAIL PROTECTED] Redirect and ProxyPass or RewriteRule[P]

2005-10-31 Thread Joshua Slive
On 10/31/05, Brian Bonner [EMAIL PROTECTED] wrote: I'm using ProxyPass and ProxyPassReverse to delegate requests from Apache 2.0.55 to Tomcat 5.0.30. Here's what I have: ProxyPass / http://192.168.1.15:8082/internal/ ProxyPassReverse / http://192.168.1.15:8082/finternal/ This

Re: [EMAIL PROTECTED] Redirect and ProxyPass or RewriteRule[P]

2005-10-31 Thread Brian Bonner
Joshua, thank you. That did the trick. I appreciate your help resolving this. On 10/31/05, Joshua Slive [EMAIL PROTECTED] wrote: On 10/31/05, Brian Bonner [EMAIL PROTECTED] wrote: I'm using ProxyPass and ProxyPassReverse to delegate requests from Apache 2.0.55 to Tomcat 5.0.30. Here's