|
蓝森林 http://www.lslnet.com 2006年5月28日 19:08
[求助] apache2 ssl无法启动
版本:apache 2.0.48
apache安装方式:
[code]
./configure --prefix=/usr/local/httpd/ --enable-shared=max --enable-module=most
[/code]
认证文件生成方式:
按照 apache2 document生成。
运行方式:
/apache/bin/apachectl -k start -DSSL
结果apache可以启动,https没有启动。
如果去掉 <IfModule mod_ssl.c>; 段,强制Include conf/ssl.conf运行,错误信息如下:
[code]
Syntax error on line 52 of /usr/local/httpd/conf/ssl.conf:
Invalid command 'SSLPassPhraseDialog', perhaps mis-spelled or defined by a module not included in the server configuration
[/code]
下面是error.log
[code]
[Fri Feb 06 11:24:16 2004] [notice] caught SIGTERM, shutting down
[Fri Feb 06 11:24:21 2004] [notice] Apache/2.0.48 (Unix) configured -- resuming normal operations
[/code]
请问如何才能启动apache ssl |
[求助] apache2 ssl无法启动
httpd -l 检查一下有没有mod_ssl |
[求助] apache2 ssl无法启动
| [求助] apache2 ssl无法启动
谢谢楼上。确实是缺少mod_ssl.c
我又重新编译了一把,加上--enable-ssl现在可以了。
以前有文档说 -enable-module=most就加入全部模块,看来并非如此呀。 |
[求助] apache2 ssl无法启动
-->
most!=all,hehe :) |
[求助] apache2 ssl无法启动
-->
hehe, 虽说是all,可是还得加 enablessl |
[求助] apache2 ssl无法启动
大侠能不能详细说一下认证文件的做成啊 |
| |