Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/php/258.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/scala/19.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Java xampp apache不工作错误消息api ms win丢失_Java_Php_Android_Apache_Perl - Fatal编程技术网

Java xampp apache不工作错误消息api ms win丢失

Java xampp apache不工作错误消息api ms win丢失,java,php,android,apache,perl,Java,Php,Android,Apache,Perl,检测到问题! 如果没有配置的空闲端口,Apache将无法启动 You need to uninstall/disable/reconfigure the blocking application or reconfigure Apache and the Control Panel to listen on a different port Starting Check-Timer Control Panel Ready Problem detected! Port 80 in use by "

检测到问题! 如果没有配置的空闲端口,Apache将无法启动

You need to uninstall/disable/reconfigure the blocking application
or reconfigure Apache and the Control Panel to listen on a different port
Starting Check-Timer
Control Panel Ready
Problem detected!
Port 80 in use by "Unable to open process" with PID 4!
Apache WILL NOT start without the configured ports free!
You need to uninstall/disable/reconfigure the blocking application
or reconfigure Apache and the Control Panel to listen on a different port
Attempting to start Apache app...
Status change detected: running
Status change detected: stopped
Error: Apache shutdown unexpectedly.
This may be due to a blocked port, missing dependencies, 
improper privileges, a crash, or a shutdown by another method.

好的,这意味着您的系统已经安装了Microsoft IIS或报告该签名的其他MS技术,出于某种原因,他们正在更高版本的Windows上这样做。 如果您不打算使用它,您可以卸载它,它不是windows的一个组成部分,因此卸载它不会影响windows的正常操作, 如果您以后需要再次安装,它将作为标准操作系统的一部分提供,因此您不需要做任何特别聪明的事情

所以去

  • 开始->控制面板->程序和功能
  • 单击左侧的“打开和关闭windows功能”链接 菜单
  • 等待列表加载,然后查找“Internet信息” 服务的
  • 取消选中以下项目的复选框(您可能看不到所有项目),可能还有其他我不知道的项目。你可能拥有所有这些,或者只是其中的一部分

  • 非法移民
  • Web部署2.0(Web部署代理服务)
  • MS Sql Server报告服务
  • BranchCache(Windows 8.1)
  • SQL Server VSS编写器
  • 不知道这是最新的

    Windows将考虑一段时间,然后删除这些应用程序,您可能会被要求重新启动以完成卸载。 卸载完成后仍需重新启动

    然后再次尝试XAMPP

    或者干脆禁用它/它们

    Start -> Control Panel -> Administrative Tools -> Services
    
    在服务列表中查找IIS。
    左键单击该行并选择“属性”

    其他正在使用端口80的程序,或者终止正在使用它的进程,或者进入apache配置并使用其他端口。ie 8080就是你要使用的url。因为它在PID 4上使用端口80谈论其他东西,它可能是IIS及其相关部分。如果您运行的是W10,那么几乎肯定是这样。先生,仍然面临同样的问题,我已经做了所有更改,正如您上面提到的。我也犯了同样的错误。