在 Windows 上安装 XAMPP

发布于 2024-12-19 12:00:52 字数 224 浏览 0 评论 0原文

我试图在我的 Windows 计算机上安装 XAMPP,在安装时它说安装 Apache 服务器失败,因为端口 80 和 443 已在使用中。

由于 Skype 也使用此端口,因此我已卸载 Skype 并开始重新安装 XAMPP 服务器。

但在卸载 Skype 后,在安装 XAMPP 服务器时我仍然收到相同的错误消息。在与我分享您的想法之前,有人可能遇到过这个问题吗?

提前感谢您的帮助

I was trying to install XAMPP on my windows machine and while it is installing it says installing Apache server failed because port 80 and 443 are already in use.

Since Skype is also using this port, i have uninstalled Skype and started re-installing XAMPP server.

But still after uninstalling Skype i get the same error message when XAMPP server is installing. Could someone has faced this issue before share your ideas with me

Thanks in advance for any help

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

老旧海报 2024-12-26 12:00:52

在命令提示符处键入

netstat -a -n -o

以查看哪个进程正在使用端口。

如果您安装了 IIS,那么它可能是 IIS。

解决此问题的一种方法是指定 XAMPP 使用的非标准端口,例如 8080 和 8443。

At a command prompt type

netstat -a -n -o

to see which process is using the ports.

It's probably IIS if you've got that installed.

One way to fix it is to specify non-standard ports for XAMPP to use, such as 8080 and 8443.

蓦然回首 2024-12-26 12:00:52

您的 IIS 服务是否正在运行?
只需检查 IIS 服务,当它运行时只需停止它,您可以通过“计算机管理”>“停止它”服务

Have You IIS Service running?
just check that IIS Service, when it running just stop it, you can stop it from Computer managment > Services

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文