本站首页    管理页面    写新日志    退出


«October 2025»
1234
567891011
12131415161718
19202122232425
262728293031


公告
暂无公告...

我的分类(专题)

日志更新

最新评论

留言板

链接


Blog信息
blog名称:南海大狼的blogger
日志总数:41
评论数量:34
留言数量:-7
访问次数:271710
建立时间:2005年8月15日




apache 启动 module ssl_module is already loaded, skipping" error
软件技术

南海大狼 发表于 2009/12/31 15:06:22

Two things you can check are your httpd.conf and ssl.conf files.In mine, the httpd.conf file contains:LoadModule ssl_module modules/mod_ssl.soand then just a few lines down:## Load config files from the config directory "/etc/httpd/conf.d".#Include conf.d/*.confSo this includes *.conf files listed in the conf.d directory (inmine, this is on the same directory level as the "conf" directorybelow /etc/httpd). My ssl.conf file is in this second directory andhas as one of its commands:LoadModule ssl_module modules/mod_ssl.soThis was triggering the same error you are seeing on your server.I kept trying to find out why this module was getting loaded twiceand finally ran it down. I just commented out the "LoadModule..."command in the httpd.conf file and the problem cleared up (since itwas only getting loaded once now instead of twice: once in thehttpd.conf file and again in the ssl.conf file). 基本上 Include conf.d/*.conf 重复载入导致  


阅读全文(15424) | 回复(0) | 编辑 | 精华
 



发表评论:
昵称:
密码:
主页:
标题:
验证码:  (不区分大小写,请仔细填写,输错需重写评论内容!)



站点首页 | 联系我们 | 博客注册 | 博客登陆

Sponsored By W3CHINA
W3CHINA Blog 0.8 Processed in 0.985 second(s), page refreshed 144794348 times.
《全国人大常委会关于维护互联网安全的决定》  《计算机信息网络国际联网安全保护管理办法》
苏ICP备05006046号