I'm in the process of moving websites to a new IIS server. The old server was running IIS and a old version of Apache web server, running on port 8081. I would like to avoid installing Apache on the new server and wonder if it's possible to redirect request from the new IIS server to the old Apache service. Any thoughts? Thank you for your time.
Goal:
Requesting site
www.MYWEBSITE.net/virtual directory = Load content on new IIS server.
Requesting site
www.MYWEBSITE.net:8081/virtualdirectory = redirect to Apache server.
Environment:
New IIS server: Windows Server 2012 R2 (IIS 8.5)