XAMPP 3.1.0 不工作,因为端口 80 正在使用中。我环顾四周,这似乎是一个常见问题。我已经停止了 IIS,skype 没有运行,web 部署代理服务正在运行,我已经更改了 Apache 的 httpd.conf 的配置以根据这个问题的第二个答案监听端口 80:XAMPP PORT 80 is Busy / Apache 配置文件中的 EasyPHP 错误:但仍然没有运气。以下是 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:\xampp\mysql\bin\mysqld.exe --defaults-file=c:\xampp\mysql\bin\my.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:\xampp\apache\bin\httpd.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 屏幕。