connection - Apache Server (xampp) doesn't run on Windows 10 (Port 80) -
i have installed windows 10 insider program. works, except apache. when try start it, says port 80 blocked. there way unblock or tell apache use port instead?
i using windows 7 before. had trouble port 80 skype, have disabled it.
i had same problem on windows 10, iis/10.0 using port 80
to solve that:
- find service "w3svc"
- disable it, or set "manual"
french name is: "service de publication world wide web"
english name is: "world wide web publishing service"
german name is: "www-publishingdienst" – @fiffy
polish name is: "usługa publikowania w sieci www" - @krzysdan
russian name "Служба веб-публикаций" – @kreozot
italian name "servizio pubblicazione sul web" – @claudio-venturini
español name "servicio de publicación world wide web" - @daniel-santarriaga
portuguese (brazil) name "serviço de publicação da world wide web" - @thiago-born
alternatives :
- another solution shutodwn service via admin console command
sc stop w3svc
- see community wiki tobias hochgürtel apache server (xampp) doesn't run on windows 10 (port 80)
edit 07 oct 2015: more details, see matthew stumphy's answer apache server (xampp) doesn't run on windows 10 (port 80)
Comments
Post a Comment