Win8 XAMPP Apache module invalid solution

  

Win8 XAMPP Apache module invalid solution

Win8 system defaults to 80 ports, resulting in Apache can not open.

Run c:windowssystem32cmd.exe

with administrator privileges C:WINDOWSsystem32>net stop http

The HTTP Service service has stopped successfully.

C:WINDOWSsystem32>netstat -ano |  Findstr 0.0.0.0:80

C:WINDOWSsystem32>sc config http start=disabled

[SC] ChangeServiceConfig Success

Open the registry: win+r key to enter regedit< Br>

Find: HKEY_LOCAL_MACHINESYSTEMCurrentControlSetservicesHTTP

Find the Start item on the right and change it to 0

Restart the system, the System process will no longer occupy port 80

Copyright © Windows knowledge All Rights Reserved