发布时Apache崩溃 - W2008服务器

时间:2012-08-29 21:35:47

标签: xampp apache

我在我的Windows Server 2008上安装了Xampp。它工作正常,直到我决定安装一些更新。 现在Apache不再启动了,我得到了这些错误;

[Wed Aug 29 23:31:20.328125 2012] [core:warn] [pid 1540:tid 312] AH00098: pid file
C:/xampp/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Wed Aug 29 23:31:20.968750 2012] [ssl:warn] [pid 1540:tid 312] AH01873: Init:Session        Cache is not configured [hint: SSLSessionCache]

我正在尝试在服务器上安装Cacti以监控所有内容......不要认为它是相关的,只是说

1 个答案:

答案 0 :(得分:1)

如果你还需要它: http://httpd.apache.org/docs/2.4/upgrading.html#post_234 Apache 2.4将不会启动Windows上添加的SSL支持,直到启用了其他模块(与Apache 2.2配置相比):socache_shmcb_module

这个附加信息位于httpd-ssl.conf的开头,但需要时间来阅读它:)

# Required modules: mod_log_config, mod_setenvif, mod_ssl, socache_shmcb_module (for default value of SSLSessionCache)