Windows XP Windows 7 Windows 2003 Windows Vista Windows教程綜合 Linux 系統教程
Windows 10 Windows 8 Windows 2008 Windows NT Windows Server 電腦軟件教程
 Windows教程網 >> Windows 8系統教程 >> win8系統應用技巧 >> win8下XAMPP中Apache模塊無效解決辦法

win8下XAMPP中Apache模塊無效解決辦法

日期:2017/2/9 18:45:08      編輯:win8系統應用技巧

   win8下XAMPP中Apache模塊無效解決辦法

  win8下系統默認占用80端口,導致apache無法打開。

  以管理員權限運行c:windowssystem32cmd.exe

  C:WINDOWSsystem32>net stop http

  HTTP Service 服務已成功停止。

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

  C:WINDOWSsystem32>sc config http start=disabled

  [SC] ChangeServiceConfig 成功

  打開注冊表:win+r鍵 輸入regedit

  找到:HKEY_LOCAL_MACHINESYSTEMCurrentControlSetservicesHTTP

  在右邊找到Start這一項,將其改為0

  重啟系統,System進程將不會再占用80端口

Copyright © Windows教程網 All Rights Reserved