【发布时间】:2015-09-18 09:08:38
【问题描述】:
我在我的 Windows 8.1 计算机上安装了 IIS,但现在我想使用 XAMPP。起初我得到了这个错误:
Problem detected!
9:32:40 PM [Apache] Port 80 in use by "Unable to open process" with PID 4!
9:32:40 PM [Apache] Apache WILL NOT start without the configured ports free!
9:32:40 PM [Apache] You need to uninstall/disable/reconfigure the blocking application
9:32:40 PM [Apache] or reconfigure Apache and the Control Panel to listen on a different port
我从控制面板中删除了 IIS,并从 “打开和关闭 Windows 功能”中取消选中 IIS,然后我重新启动。
但是当我在浏览器中输入localhost 时,IIS 出现并且不允许我在项目中使用 XAMPP 作为我的本地主机。当我为我的项目选择 XAMPP 并运行它时,我看到错误 404,因为它无法将 XAMPP 定义为我的本地主机。
我想与 XAMPP 合作,我该怎么办?
【问题讨论】:
-
一个简单的选择是将 apache 移动到不是 80 的端口。
-
正如我所说的那样,我更改了端口并启动了 XAMPP,但我的项目无法使用 XAMPP 进行...@WyattBarnett
标签: iis xampp windows-8.1