Hi There,
[Situation]
I'm trying to compile and run "mod-ssl" on Apache-2.0.39 but I couldn't find
useful document after searching the web. Thus, I followed the mod-ssl
document for Apache-1.3.x but it didn't work. What I did was :
$ ./configure \
--with-apache=../apache_1.3.x \
--with-ssl=../openssl-0.9.x \
--with-mm=../mm-1.1.x \
--with-crt=/path/to/your/server.crt \
--with-key=/path/to/your/server.key \
--prefix=/path/to/apache \
--enable-shared=ssl
$ make
$ make install
After the compilation, I couldn't find any "mod_ssl.o" (openssl's libssl.so
was there).
I also checked with :
$ httpd -l
but mod_ssl.c was not in the list.
[Questions]
1. Where can I explore further about mod_ssl on Apache-2.0.x ? Any link?
2. Where can I download mod_ssl for Apache-2.0.39? (In case, the default
"ssl" module in Apache 2.0.39 is not recommended.)
Thanks a lot for your time!
Best Regards,
Jirat.
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]