【发布时间】:2013-08-20 10:58:51
【问题描述】:
我刚刚重新安装了 XAMPP,当我尝试在 XAMPP 控制面板中启动我的 Apache 服务器时,我现在收到以下错误:
16:50:25 [Apache] Status change detected: running
16:50:26 [Apache] Status change detected: stopped
16:50:26 [Apache] Error: Apache shutdown unexpectedly.
16:50:26 [Apache] This may be due to a blocked port, missing dependencies,
16:50:26 [Apache] improper privileges, a crash, or a shutdown by another method.
16:50:26 [Apache] Press the Logs button to view error logs and check
16:50:26 [Apache] the Windows Event Viewer for more clues
16:50:26 [Apache] If you need more help, copy and post this
16:50:26 [Apache] entire log window on the forums
我该如何解决这个问题?
【问题讨论】:
-
我在安装新版本的 XAMPP 后开始遇到此问题。我认为问题出在端口上,因为几乎每篇文章都在谈论它们,但事实并非如此。当我查看
error.log时,我看到了PHP Warning: 'vcruntime140.dll' 14.0 is not compatible with this PHP build,这让我看到了answer。安装所需的可再发行组件解决了这个问题。