运行XAMPP中的apache出现 Error: Apache shutdown unexpectedly

现在准备在本地安装Xampp,以便可以在本地安装WordPress,调试主题。

但在安装完后点击Apache和MySQL开始后,MySQL可以正常运行,但Apache出现以下错误:

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

在度娘搜索后看到一个方法:XAMPP Error: Apache shutdown unexpectedly. 解决思路

其中说到

我建议首先 运行在cmd中运行 (安装目录)apache/bin/httpd.exe ,之后就很好确定错误的具体原因了,而不是根据下面的那样猜端口

我试了以下,运行结果显示这里出现问题:syntax error on line 555,下面应该是我之前不小心设置,产生的一段代码,后面我打开Apache的config文件,在最后一段确实有这个代码,我将这段代码删除后,重新运行,发现可以正常运行了。

运行XAMPP中的apache出现 Error: Apache shutdown unexpectedly_第1张图片

以后还是得及时记录总结,不然事后还是不知道怎么回事。

查了下,httpd.exe 是Apache的相关程序,Apache是一款http服务器软件。那么在本地安装这个软件是为了使在本地运行http服务。

你可能感兴趣的:(WordPress)