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 停止正在运行的上述任何应用程序.您可以在任务管理器的“服务”选项卡上执行此操作. (编辑:李大同) 【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容! |
相关内容
- windows – cmd字符串替换特殊字符
- 使用RawCap在Windows XP,SP3上嗅探localhost
- hp-proliant – HP DL320e Gen8,3TB驱动器,Windows Server
- 恢复注册表
- win10系统安装
- 了解一些dos常用命令
- windows-phone-7 – 如何在Windows Phone 7上安装根证书?
- windows-server-2008 – Windows Server 2008 R2,重新安装而
- dependency-injection – 在Windows客户端(WPF)应用程序中执
- .net – 什么时候需要Windows SDK for MSBuild?