How can we run IIS 6 and Apache (wamp) in same machine at same time?
Another thing to watch out for is the port used for VirtualHosts (443). In your Apache
folder, in conf/extra there should be a file called http-vhosts.conf
You should change all instances of 443 to a different port.
Change:
Listen 443
NameVirtualHost 127.0.0.1:443
Then you should be good to run both services.