我已經嘗試了兩天來解決此問題。我是這種事物的新手,所以如果有人可以告訴我如何修復它,我將不勝感激。我曾嘗試刪除Skype,但這沒有用,我曾嘗試關閉萬維網,而IIS似乎沒有任何作用。12:51:22 PM [Apache] Problem detected!12:51:22 PM [Apache] Port 80 in use by "Unable to open process" with PID 4!12:51:22 PM [Apache] Apache WILL NOT start without the configured ports free!12:51:22 PM [Apache] You need to uninstall/disable/reconfigure the blocking application12:51:22 PM [Apache] or reconfigure Apache and the Control Panel to listen on a different port
3 回答

慕斯709654
TA貢獻1840條經驗 獲得超5個贊
另一個非常簡單的選擇是簡單地將Apache設置為在其他端口上偵聽。這可以通過單擊與“ Apache”模塊相同的行上的“ Config”按鈕,在下拉列表中選擇“ httpd.conf”文件,然后將“ Listen 80”行更改為“ Listen 8080”來完成。保存文件并關閉它。
現在,它避開了端口80,而是改用端口8080,沒有問題。您唯一需要做的另一件事是確保將localhost:8080瀏覽器放入瀏覽器中,以便瀏覽器知道在端口8080上查找。否則默認為端口80,并且找不到您的本地站點。
這還需要您重新啟動Apache才能使更改生效。
- 3 回答
- 0 關注
- 642 瀏覽
添加回答
舉報
0/150
提交
取消