在 Windows 上安装 XAMPP
我试图在我的 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
在命令提示符处键入
以查看哪个进程正在使用端口。
如果您安装了 IIS,那么它可能是 IIS。
解决此问题的一种方法是指定 XAMPP 使用的非标准端口,例如 8080 和 8443。
At a command prompt type
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.
您的 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