加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 综合聚焦 > 服务器 > Windows > 正文

XAMPP端口80错误在Windows 7中

发布时间:2020-12-13 22:33:45 所属栏目:Windows 来源:网络整理
导读:XAMPP 3.1.0无法正常工作,因为端口80正在使用中.我环顾四周,这似乎是一个常见的问题.我已经停止了IIS,skype没有运行,web部署代理服务正在运行,我已经改变了Apache的httpd.conf的配置,根据这个问题的第二个答案来监听端口80: XAMPP PORT 80 is Busy / EasyPH
XAMPP 3.1.0无法正常工作,因为端口80正在使用中.我环顾四周,这似乎是一个常见的问题.我已经停止了IIS,skype没有运行,web部署代理服务正在运行,我已经改变了Apache的httpd.conf的配置,根据这个问题的第二个答案来监听端口80: XAMPP PORT 80 is Busy / EasyPHP error in Apache configuration file:但是仍然没有运气.以下是XAMPP控制面板中的错误消息:

2:03:49 PM [Apache] Problem detected!
2:03:49 PM [Apache] Port 80 in use by "system"!
2:03:49 PM [Apache] Apache WILL NOT start without the configured ports free!
2:03:49 PM [Apache] You need to uninstall/disable/reconfigure the blocking application
2:03:49 PM [Apache] or reconfigure Apache to listen on a different port
2:03:49 PM [Apache] XAMPP Apache is already running on port 443
2:03:49 PM [mysql]  MySQL Service detected with wrong path
2:03:49 PM [mysql]  Change XAMPP MySQL settings or
2:03:49 PM [mysql]  Uninstall/disable the other service manually first
2:03:49 PM [mysql]  Found Path: ERROR: Not Able To Open Service Manager
2:03:49 PM [mysql]  Expected Path: c:xamppmysqlbinmysqld.exe --defaults-file=c:xamppmysqlbinmy.ini mysql
2:03:49 PM [mysql]  Problem detected!
2:03:49 PM [mysql]  Port 3306 in use by "mysqld.exe"!
2:03:49 PM [mysql]  MySQL WILL NOT start without the configured ports free!
2:03:49 PM [mysql]  You need to uninstall/disable/reconfigure the blocking application
2:03:49 PM [mysql]  or reconfigure MySQL to listen on a different port
2:03:49 PM [Tomcat] Problem detected!
2:03:49 PM [Tomcat] Port 8080 in use by "c:xamppapachebinhttpd.exe"!
2:03:49 PM [Tomcat] Tomcat WILL NOT start without the configured ports free!
2:03:49 PM [Tomcat] You need to uninstall/disable/reconfigure the blocking application
2:03:49 PM [Tomcat] or reconfigure Tomcat to listen on a different port

当我转到localhost时,即使服务在控制面板中停止,它也会将我带到IIS7屏幕.

解决方法

在提升的命令提示符下使用netstat -bano,以查看哪些应用正在侦听哪些端口.

但通常,以下应用程序在Windows中使用端口80:

IIS
World Wide Web Publishing service
IIS Admin Service
SQL Server Reporting services
Web Deployment Agent Service

停止正在运行的上述任何应用程序.您可以在任务管理器的“服务”选项卡上执行此操作.

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读