【问题标题】:xampp apache not working err message api ms win missingxampp apache 不工作 错误消息 api ms win 丢失
【发布时间】:2016-05-15 04:30:17
【问题描述】:

检测到问题! 如果没有配置的端口可用,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.

【问题讨论】:

  • 其他东西正在使用您的 80 端口,要么杀死正在使用它的进程,要么进入 apache 配置并使用不同的端口。即 8080 localhost:8080 就是你将使用的网址。
  • 因为它正在谈论使用 PID 4 上的端口 80 的其他东西,它可能是 IIS 及其相关部分。如果您正在运行 W10,那么几乎肯定是这种情况。

标签: java php android apache perl


【解决方案1】:

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

所以去

  1. 开始 -> 控制面板 -> 程序和功能
  2. 单击左侧的“打开和关闭 Windows 功能”链接 菜单。
  3. 等待列表加载,然后找到“Internet 信息” 服务'

取消选中以下项目的复选框(您可能看不到所有项目),并且可能还有其他我知道的项目。您可能拥有所有这些或只是其中的一部分。

  1. IIS
  2. Web Deploy 2.0(Web 部署代理服务)
  3. MS Sql Server 报告服务。
  4. BranchCache (Windows 8.1)
  5. SQL Server VSS 编写器

List of possible service names不确定这是最新的。

Tutorial on how to find what ports are in use on your system and what app is using them

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

然后再次尝试 XAMPP。

Alternativeley 只是禁用它/它们。

Start -> Control Panel -> Administrative Tools -> Services

在服务列表中找到 IIS。 左键单击该行并选择属性

【讨论】:

  • 先生仍然面临同样的问题,我已经按照您上面提到的方式进行了所有更改。我遇到了同样的错误。
猜你喜欢
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 2021-04-27
  • 2015-11-23
  • 1970-01-01
  • 2013-12-11
  • 2013-12-12
相关资源
最近更新 更多