On Mon, Jul 10, 2000 at 10:23:50PM -0600, george wrote:
[SNIP]
> # /usr/local/apache/bin/apachectl configtest
> Syntax OK
> # /usr/local/apache/bin/apachectl startssl
> Syntax error on line 1032 of /usr/local/apache/conf/httpd.conf
> Invalid command 'SSLEnable', perhaps mis-spelled or defined by a module
> not included in the server configuration
> /usr/local/apache/bin/apachectl startssl: httpd could not be started.
> 
> </screen output>
> 
> I then uncommented the line "SSLEngine on" on the line above the one in
> question (line 1032), and re-issued the commands above.
> 
It looks like you haven't enabled mod_ssl. Do a:
/path/to/apache/bin/httpd -l
Does it list mod_ssl.c? Or do you get only http_core.c and mod_so.c - then
you need to check for that mod_ssl is loaded (AddModule and LoadModule)

vh

Mads Toftum
-- 
`Darn it, who spiked my coffee with water?!' - lwall

______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to