I am running apache 2 on my work's testing server. I need to also run IIS in order for a certain piece of software (Miva Empresa) to work on the server. Is it possible to configure Apache to run on port 80 and IIS on another port?
OK, so I've got apache on port 80 and iis on 800. I can access port 800 from inside the network (webserver.local) but if I try to access it externally, I am timed out. port 80 (apache) is working just fine. Anybody know what could be the cause?