Mbp bootcamp windows 8.1 Apache 無法運作

Mbp bootcamp windows 8.1 Apache 無法運作

電腦:Apple Macbook Pro (Yosemite 10.10.3)

訓練營:Windows 8.1

當我安裝 XAMPP 並嘗試啟動 Apache 時,它不起作用。錯誤訊息如下:

上午 09:14:05  [Apache]   Problem detected!
上午 09:14:05  [Apache]   Port 443 in use by "Unable to open process" with PID 3676!
上午 09:14:05  [Apache]   Apache WILL NOT start without the configured ports free!
上午 09:14:05  [Apache]   You need to uninstall/disable/reconfigure the blocking application
上午 09:14:05  [Apache]   or reconfigure Apache and the Control Panel to listen on a different port

答案1

上午 09:14:05  [Apache]   Port 443 in use by "Unable to open process" with PID 3676!

上面這句話說明了主要問題。

連接埠 443 已被另一個應用程式使用。檢查是否有任何其他 Web 伺服器(很可能)正在運行並配置為使用 SSL。

相關內容