XAMPP Apache 服务没有启动?

XAMPP Apache service not starting?

我什么都试过了:

  1. 重新安装应用程序 5 次
  2. 将端口从 80 更改为 8080 并 443 到 4343
  3. 使用 Apache 启动 BAT 文件
  4. 在线寻找进一步的解决方案。
  5. 更改 UAC 设置(但请注意,我没有 知道我是否必须禁用它。该设置称为“从不 通知我")
  6. 我卸载了 Skype(我的意思是无论如何我都不会使用它)

控制面板官方报错:

3:27:24 PM  [Apache]    Error: Apache shutdown unexpectedly.
3:27:24 PM  [Apache]    This may be due to a blocked port, missing dependencies, 
3:27:24 PM  [Apache]    improper privileges, a crash, or a shutdown by another method.
3:27:24 PM  [Apache]    Press the Logs button to view error logs and check
3:27:24 PM  [Apache]    the Windows Event Viewer for more clues
3:27:24 PM  [Apache]    If you need more help, copy and post this
3:27:24 PM  [Apache]    entire log window on the forums

日志中的错误:

[Fri Jul 24 15:27:23.908527 2020] [ssl:warn] [pid 1800:tid 664] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Fri Jul 24 15:27:23.958604 2020] [ssl:warn] [pid 1800:tid 664] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
PHP Warning:  'vcruntime140.dll' 14.0 is not compatible with this PHP build linked with 14.16 in Unknown on line 0
[Fri Jul 24 15:27:23.958604 2020] [:emerg] [pid 1800:tid 664] AH00020: Configuration Failed, exiting

有什么解决办法吗?

查看日志,服务器名称似乎与 SSL 证书上的名称不同。

问题通常是由point (5) Changing UAC settings引起的。通过安装vcruntime140.dll没有解决问题。
这可能是由于安装了其他版本的 php 或不同的 php 版本(卸载 php 并再次尝试安装 XAMPP)造成的。

来源:
https://themanish.com/run-multiple-version-of-php-in-xampp-windows-without-installing-multiple-xampp/

安装 Microsoft 的最新版本 Visual studio。为我工作