Forum Moderators: phranque

Message Too Old, No Replies

redirect url with Apache used as Reverse Proxy

         

mnieson

8:53 pm on May 18, 2011 (gmt 0)

10+ Year Member



Currently using Apache as a reverse proxy to a tomcat web server. I need to redirect a URL that would be sent to tomcat to a different webserver.

For example:
[foo.com...] which is located on the tomcat web server to [billing.foo.com...] which is on an IIS server.

[foo.com...] resolves to Apache server IP where [billing.foo.com...] resolves to IIS server IP. Traffic to Tomcat is passed from Apache through reverse proxy.

As Apache is not serving either of these the standard redirect will not work. Anyone have any suggestions?