On Fri, Jul 27, 2001 at 09:55:44AM -0700, Guntupalli Shanti wrote:
> Hi
> 
> I have apache 1.3.14 already running with DSO support.
> I would like to enable the mod_ssl (SSL support) in my apache server.
> In all the help files and the mailing list archives they only discuss about 
> building apache
> with mod_ssl and openSSL.
> But I don't want to rebuild apache. I just want to enable the mod_ssl.
> I was able to create OpenSSL's libssl.so and libcrypto.so files. Then what 
> do I do?
> How do I link mod_ssl interface with these so files or how do I enable this 
> in apache.

Unless your Apache has already been compiled with EAPI[1] support, then that is
not possible.

[1] EAPI is a part of mod_ssl and has to be added to Apache to enable
the necessary crypto hooks. The precense of EAPI in Apache can be tested
with the following:

# httpd -V

The output of that command must include -D EAPI otherwise you have to
compile a new version.

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