我已经尝试了两天来解决此问题。我是这种事物的新手,所以如果有人可以告诉我如何修复它,我将不胜感激。我曾尝试删除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 关注
- 612 浏览
添加回答
举报
0/150
提交
取消