Hi all
Can anyone help me please
I am running apache 1.3.11 + mod ssl 2.5.1 + openssl 0.9.4
This is the way I installed
1) From the unzipped apache directory I installed apache
./configure
make
make install
after this
apachectl start works fine and the website is up
2) from the openssl unzipped directory I installed openssl
now I install the openssl .
$ ./config
$ make
$ make test
$ make install
after this I generated the certificate and have both the certificate and
key.
Server.crt and server.key are stored in /usr/local/ssl/bin directory
3) from the mod ssl unzipped directory I installed modssl
$ ./configure --with-apache=../apache_1.3.11 --with-ssl=../openssl-0.9.4
--with-crt=/usr/local/ssl/bin/server.crt
--with-key=/usr/local/ssl/bin/server.key --enable-shared=ssl
$ cd ../apache_1.3.x
$ make
$ make install
now if the start the webserver it gives error
Invalid command 'SSLEngine', perhaps mis-spelled or defined by a module
not included in the server configuration
Invalid command 'SSLCertificateFile', perhaps mis-spelled or defined by a
module
not included in the server configuration
But if I comment these line the webserver starts.. but then https dosent
work can u give me some idea
Thanks and regards
Anil
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]