重新安装后,Xampp将无法启动Apache

时间:2017-01-20 10:31:41

标签: apache xampp

我的apache服务器出了问题。我负责的团队成员现在已经离开,我无法理解这一切。基本上,当我尝试启动服务器时卸载并重新安装XAMPP后出现此错误:

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

我浏览了stackoverflow并发现了许多类似的问题,但几乎所有问题都是关于使用端口80和443的Skype,但我没有使用Skype。 我还检查了这些端口上是否有任何运行,没有...我试图更改XAMPP配置文件中的端口,问题仍未解决。

2 个答案:

答案 0 :(得分:0)

似乎有什么东西阻挡了你的端口。 我不久前也遇到过这个问题。

暂时修复是将端口443更改为4430。

  • 用记事本打开xampp \ apache \ conf \ extra \ httpd_ssl_conf
  • 将Listen 443改为Listen 4430

在此步骤之后,您应该能够启动XAMPP。 这似乎是SSL端口的问题。

如果仍然无法正常工作,您可以尝试:

  • 使用记事本
  • 打开xampp \ apache \ conf \ extra \ httpd_conf
  • 将Listen 80改为Listen 81

希望这会有所帮助,但可能只会暂时解决。

答案 1 :(得分:0)

好的,我发现了问题。我的httpd-vhost.conf文件中有错误。 DocumentRootdirectory变量错误。

感谢DopeX的帮助!