Windows 7中的XAMPP端口80错误

Windows 7中的XAMPP端口80错误,xampp,port80,Xampp,Port80,XAMPP 3.1.0不工作,因为端口80正在使用中。我环顾四周,这似乎是一个常见的问题。我已经停止了IIS,skype没有运行,web部署代理服务正在运行,我已经更改了Apache的httpd.conf的配置,以按照这个问题的第二个答案收听端口80:但仍然没有运气。以下是XAMPP控制面板中的错误消息: 2:03:49 PM [Apache] Problem detected! 2:03:49 PM [Apache] Port 80 in use by "system"! 2:03:49 PM

XAMPP 3.1.0不工作,因为端口80正在使用中。我环顾四周,这似乎是一个常见的问题。我已经停止了IIS,skype没有运行,web部署代理服务正在运行,我已经更改了Apache的httpd.conf的配置,以按照这个问题的第二个答案收听端口80:但仍然没有运气。以下是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屏幕,即使服务已在控制面板中停止。

请在该链接上查看计算机拥抱者的答案(我希望它有帮助)

如果没有,请尝试以下内容,因为这对我的情况有帮助: 出现错误的原因是SQL Reporting services正在使用Apache使用的端口80。禁用SQL Reporting Services以自动启动肯定会解决问题

停止SQL Reporting服务,启动,然后键入管理工具,单击名称,选择计算机管理,然后选择服务和应用程序>SQL Server配置>服务&查找SQL Reporting服务,将其设置为手动启动,然后停止


重新启动XAMPP服务器,希望您一切顺利:)

在Windows 8上安装XAMPP后,我也遇到了这个错误:

[Apache]    You need to uninstall/disable/reconfigure the blocking application
[Apache]    or reconfigure Apache to listen on a different port
这就是我所做的修复:

[Apache]    You need to uninstall/disable/reconfigure the blocking application
[Apache]    or reconfigure Apache to listen on a different port
  • 转到Windows Update并确保已处理所有Windows更新

  • 重新启动计算机。然后启动XAMPP控制面板。然后错误消失并显示以下内容:

    [main]  Windows Version: Windows 8 Pro  64-bit
    [main]  XAMPP Version: 1.8.3
    [main]  Control Panel Version: 3.2.1  [ Compiled: May 7th 2013 ]
    [main]  You are not running with administrator rights! This will work for
    [main]  most application stuff but whenever you do something with services
    [main]  there will be a security dialogue or things will break! So think 
    [main]  about running this application with administrator rights!
    [main]  XAMPP Installation Directory: "c:\xampp\"
    [main]  Checking for prerequisites
    [main]  All prerequisites found
    [main]  Initializing Modules
    [main]  Starting Check-Timer
    [main]  Control Panel Ready
    

  • 所以出现了一些警告,但启动正常。

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

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

    IIS
    World Wide Web Publishing service
    IIS Admin Service
    SQL Server Reporting services
    Web Deployment Agent Service
    
    停止正在运行的上述任何应用程序。您可以在任务管理器的“服务”选项卡上执行此操作