XAMPP:端口问题

XAMPP: Problems with ports

我尝试 运行 XAMPP,但由于某些端口冲突,我不得不更改我的端口。
当我现在尝试启动它时,我收到以下消息:

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

尽管有这条消息,Apache 似乎工作正常,甚至端口都是正确的:

此外,我可以通过 http://localhost:8080/ 访问它。

所以我需要担心那个消息吗?

您是否将 httpd.conf 中的行 listen 80 更改为 listen 8080?这应该可以解决错误消息。像往常一样在更改后重新启动 Apache 以应用它。

忽略那个关于 Skype 的家伙,它可能是 IIS/WWW 发布服务 运行 在后台运行(开始 > 运行 > services.msc 并停止全球网络发布服务,如果它是 运行ning)。

如果您最近在 Windows 10 平台上安装了 Xampp 或升级了您的安装,那么 Windows 10 现在默认启用 WWW 服务,我遇到了同样的问题.