APACHE needs port 80 - MAMP

后端 未结 10 2382
伪装坚强ぢ
伪装坚强ぢ 2021-02-10 00:46

I want to run MAMP on my Windows 8.1 pc, but when I start the servers, it says:

\'APACHE\' needs open port \'80\' which is already being used by another 
service         


        
10条回答
  •  醉酒成梦
    2021-02-10 01:20

    Start windows command line and then run netstat -aon | findstr :80 You will see line with process that is using port 80

提交回复
热议问题