Mark on GCI Server wrote:
> >>Syntax error on line 1048 of /misc/secured/apache_1.3.19/conf/httpd.conf;
> >>Invalid command 'SSLEngine', perhaps mis-spelled or defined by a module not
> >>included in the server configuration
> >>./apachectl startssl: httpd could not be started
It looks like you did not enable mod_ssl when you compiled apache. Check
by executing httpd with the "-l" option (for "list"):
$ ./httpd -l
You should see something like:
Compiled-in modules:
http_core.c
mod_env.c
... various modules ...
mod_setenvif.c
mod_ssl.c <---- this is the one you need!
If you don't see it, recompile with "--enable-module=ssl".
Rgds,
Owen Boyle.
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]