Apache and IIS dual Webserver Q

Hello everyone,

I just want to know how to manage a dual webserver, because I’m running two webserver in my unit. I’ve been searching the web and found no answers. Hope some body can help me.

Here’s the scenario I have an IIS install in my PC. Then everything work fine untill I install WAMP, to study pHP. Then yesterday, I’ll only turn off the APache server to run IIS and if I need to Run Apache I only need to start the apacher services. but when I shut down my pc and Open it again. The default web server running now is APache but when i turn off my Apache I can not run my IIS anymore I can not view my ASp and ASPx scripts.

Is ther a way to manage a dual Web Server?

Thanks, take care and God Bless you all

jopiruizen

You should be able to have both Apache and IIS on the same machine, you just need to make sure that they both aren’t using the same port (typically port 80).

Typically one will be listening to 80, and the secondary one will be on 8080.