How to deal with the invalid Apache module in XAMPP of Win8 system

  

Currently the most widely used web server is Apache. If the system defaults to port 80, the Win8 system will have invalid Apache module in XAMPP, causing Apache to fail to open. . The following small series for you to explain in detail how to solve the Apache module is invalid!

1. Run c:\\windows\\system32\\cmd.exe

with administrator privileges C:\\WINDOWS\\system32"net stop http

HTTP Service service has been successful stop

2, C: \\ WINDOWS \\ system32 "netstat -ano |  Findstr 0.0.0.0:80

C:\\WINDOWS\\system32》sc config http start=disabled [SC]

ChangeServiceConfig Success

3, then press win+r open the run dialog box, and then type regedit, and press enter to open the registry;

4, locate: HKEY_LOCAL_MACHINE \\ SYSTEM \\ CurrentControlSet \\ services \\ HTTP find Start this one on the right, to read 0 ;

5, restart the system, the System process will no longer occupy port 80.

The above method can easily solve the problem of invalid Apache module in XAMPP under Ghost Win8 system. Users who encounter similar problems can refer to the operation method!

Copyright © Windows knowledge All Rights Reserved