How do I free my port 80 on localhost Windows?

前端 未结 18 1808
佛祖请我去吃肉
佛祖请我去吃肉 2020-11-28 00:59

I installed XAMPP 1.6.8 and for some reason it didn\'t work. Later realized port 80 is not free or not listening. How can I release it or make it free?

Thanks a lot!

18条回答
  •  执念已碎
    2020-11-28 01:30

    Known Windows Services That Listen on Port 80

    From Services Manager (run: services.msc), stop and disable these Windows Services which are known to bind to port 80.

    Double click Service, and change ‘Startup Type’ to ‘Disabled’…

    1. SQL Server Reporting Services (ReportServer)
    2. Web Deployment Agent Service (MsDepSvc)
    3. BranchCache (PeerDistSvc)
    4. Sync Share Service (SyncShareSvc)
    5. World Wide Web Publishing Service (W3SVC)
    6. Internet Information Server (WAS, IISADMIN)

    skype also using port 80 as default setting and you can uncheck it.

    You might, or might not, have some of these Services installed and running.

    In my case "SQL Server Reporting Services" was opening port 80.

提交回复
热议问题