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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Port 80 Pass thru 1

Status
Not open for further replies.

AlanDI1

Programmer
Apr 20, 2003
56
I have an Apache/Tomcat web server listening for requests on Port 80. There will also be some ASP web pages that need to be passed through to IIS <localhost> for processing.

Is there an easy way to accomplish that?

Thanks for your help.
 
You need to add redirects for the ASP pages from Apache to the port that IIS is listening on. See the Apache docs/manual for how to do RedirectUrl.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top