I have IIS set up on my server, but also Apache x2 (other products which comes with their own servers, cannot be integrated into IIS.)
Is it possible for me to "port-forward" certain domains on port 80 (that IIS handles) to those other ports?
For instance:
- www.vkarlsen.no -> IIS
- svn.vkarlsen.no -> port 81 on same machine
- teamcity.vkarlsen.no -> port 82 on same machine
Or do I just need to set up those domains and redirect to the correct port? I'd like the domain name and url to be transparent to the user, but perhaps that won't work.
Can anyone shed some light on this?