> What options are needed to "configure," with Apache 2.0, to make sure that
> mod_ssl is enabled, and that a particular OpenSSL directory is used?  I
> tried guessing at the right options, but a look at the httpd.conf file in
> the resulting installation suggests that I guessed wrong.
> 

This is what I use:

./configure \
"--with-layout=Apache" \
"--enable-mods-shared=all" \
"--enable-ssl" 

( Apache/2.0.35 (Unix) mod_ssl/2.0.35 OpenSSL/0.9.6b DAV/2 mod_perl/1.99_01-dev 
Perl/v5.6.0 PHP/4.1.2 )

__
Charles Aulds
http://hiwaay.net/~caulds/


______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to