好得很程序员自学网

<tfoot draggable='sEl'></tfoot>

win8下XAMPP中Apache模块无效解决办法 - Windows操作系

win8下XAMPP中Apache模块无效解决办法

 

win8下 系统 默认占用80端口,导致apache无法打开。

 

以管理员权限运行c:\ windows \system32\cmd.exe

C:\WINDOWS\system32>net stop http

 

HTTP Service 服务已成功停止。

 

C:\WINDOWS\system32>sc config http start=disabled

[SC] ChangeServiceConfig 成功

 

打开注册表:win+r键 输入regedit

 

找到:HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\HTTP

 

 

重启系统,System进程将不会再占用80端口

 

 

 

查看更多关于win8下XAMPP中Apache模块无效解决办法 - Windows操作系的详细内容...

  阅读:53次