APACHE needs port 80 - MAMP

后端 未结 10 2282
伪装坚强ぢ
伪装坚强ぢ 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 00:59

    You can change MAMP ports in Preferences -> ports, like a screenshot below

    0 讨论(0)
  • 2021-02-10 01:02

    I also found this post - https://superuser.com/questions/960023/port-80-already-in-use-after-windows-10-upgrade - suggesting disabling the IIS service, which worked perfectly for me

    0 讨论(0)
  • 2021-02-10 01:06

    IN CASE YOU ALREADY TURNED SKYPE OFF AND THE ERROR STILL APPEARS, just try stopping the server and closing MAMP, then go to MAMP\db\mysql and delete the following files:

    mysql-bin.index

    ib_logfile0

    ib_logfile1 files

    The MySQL Server should now connect succesfully with the port 80!

    0 讨论(0)
  • 2021-02-10 01:09

    I had the same problem with recent windows update. Closing skype did the trick.

    0 讨论(0)
  • 2021-02-10 01:10

    Hey On Windows 10 I Ran into the same issue.. I found a way that is a guarantee fix... Go into controlpanel -> system security -> windows firewall -> on the left pane there is advanced settings.. click that. -> then add new inbound rule (on the left pane click inbound... then new rule on the right pane.) -> then follow the wizard as program and select mamp from C:/MAMP I believe. Then you are Golden!! Hope this helps all those out there with the new windows 10. Hypertextie

    0 讨论(0)
  • 2021-02-10 01:13

    Thru some web searches, I discovered that other windows services are know to be using Port 80. In Windows Search (via Windows Start), type 'services', stop one of these services below en test again till it works. Do not forget to restart it later !

    • SQL Server Reporting Services
    • Web Deployment Agent Service
    • BranchCache
    • Sync Share Service
    • World Wide Web Publishing Service
    • Internet Information Server
    0 讨论(0)
提交回复
热议问题