Hi all,
I am running an XP network; on my XP server I am running Apache as my web server, because I hate IIS.
However, I wish to be able to run TSWEB on the same XP server so I can terminal in - problem is I have to install IIS. I don't mind having to do this (I just won't use it) but the problem is that it will take over port 80 requests.
Is there a way to configure IIS & TSWEB to listen on another port? I want to have it so:
www.mydomain.com -> Apache web server on port 80
www.mydomain.com/tsweb:81 -> TSWEB on IIS port 81
Is this possible?