IIS and Apache (WAMP) running

前端 未结 5 978
北海茫月
北海茫月 2021-01-03 19:45

How can we run IIS 6 and Apache (wamp) in same machine at same time?

5条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2021-01-03 20:25

    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.

提交回复
热议问题