Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Redirecting to another web server

Status
Not open for further replies.

calahans

Programmer
Jun 14, 1999
348
IE
Hi,

I have tomcat and IIS running on a machine. I want to use Apache to sit in front of these and redirect the requests to the apache site based on the web app. Something like:

ProxyRemote xxxx:80/app1/ xxxx:8080/app1
ProxyRemote xxxx:80/app2/ xxxx:900/app2

As you can see I have played with the ProxyRemote directive with no luck.

What am I missing. I have searched the net for help and have come up with a blank.

Thanks in advance


Cal
 
Hi,

Just to let you know that I fixed this myself using the ProxyPass/ProxyPassReverse commands..

Thanks anyway

Cal
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top