Check httpd.conf. If you are upgrading from a previous version, and
therefore aren't using the default httpd.conf for this version of mod_ssl,
then check httpd.conf.default (which will be generated when you install
apache + mod_ssl) and make sure you merge any missing directives.
My guess is you're missing:
<IfDefine SSL>
AddModule mod_ssl.c
</IfDefine>
or it's in the wrong place.
Jamie
At 10:50 AM 5/9/00 -0400, Bill Norman wrote:
>When I try the startssl argument I get the following error:
>
>
>Syntax error on line 1080 of /usr/local/apache/conf/httpd.conf:
>Invalid command 'SSLEngine', perhaps mis-spelled or defined by a module not
>incl
>uded in the server configuration
>
>
>Is there something else I need to add to the httpd.conf?
>
>
>Bill Norman
>______________________________________________________________________
>Apache Interface to OpenSSL (mod_ssl) www.modssl.org
>User Support Mailing List [EMAIL PROTECTED]
>Automated List Manager [EMAIL PROTECTED]
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]