I have two webservers installed on one machine:
- Apache running on port
8080 - IIS on port
80
I want to define a rule in IIS that whenever someone wants to access my server in the form of apache.myserver.org the visitor should be redirected to myserver.org:8080. In any other cases the IIS on port 80 should be used as webserver.
Is that possible with the IIS?