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。

相关内容