2015-02-07 54 views
0

幾個月前我安裝了Xampp。在我安裝它之後,我將端口更改爲7777,並且運行順暢,沒有任何問題。但幾天前我將laravel下載到我的電腦中,不知何故我無法啓動我的apache。它說端口80正在使用我無法啓動我的apache

10:57:29 PM [Apache] Problem detected! 
10:57:29 PM [Apache] Port 80 in use by "Unable to open process" with PID 4! 
10:57:29 PM [Apache] Apache WILL NOT start without the configured ports free! 
10:57:29 PM [Apache] You need to uninstall/disable/reconfigure the blocking application 
10:57:29 PM [Apache] or reconfigure Apache and the Control Panel to listen on a different port 
10:57:29 PM [Apache] Problem detected! 
10:57:29 PM [Apache] Port 443 in use by ""C:\Program Files (x86)\VMware\VMware Player\vmware-hostd.exe" -u "C:\ProgramData\VMware\hostd\config.xml"" with PID 4252! 
10:57:29 PM [Apache] Apache WILL NOT start without the configured ports free! 
10:57:29 PM [Apache] You need to uninstall/disable/reconfigure the blocking application 
10:57:29 PM [Apache] or reconfigure Apache and the Control Panel to listen on a different port 

我已經改變了httpd.conf端口,我試圖阻止萬維網發佈服務。有沒有人有這個解決方案?

回答

0

看起來您也安裝了VMware, 轉到服務並停止VMware的服務。 重新啓動XAMPP服務器。

另一種選擇是

  1. 啓動XAMPP
  2. 點擊配置和選擇阿帕奇(httpd.conf文件)
  3. 搜索 「聽80」 和 「服務器名本地主機:80」
  4. 更改它到「收聽8080」和「ServerName localhost:8080」
  5. 重新啓動服務器並點擊http://localhost:8080/