On Tue, Jul 11, 2000 at 01:30:14PM -0400, Diana Moreland wrote:
> In looking at my configuration, I noticed that I did not have DSO
> support enabled and I'm not sure that SSL is enabled correctly. I'm
> thinking about reconfiguring and recompiling Apache with the following
> parameters:
>
> SSL_BASE="/usr/local/src/openssl-0.9.5a" \
> RSA_BASE="/usr/local/src/rsaref-2.0/local" \
> ./configure \
> "--prefix=/usr/local/apache" \
> "--with-layout=Apache" \
> "--enable-module=most" \
> "--enable-shared=max" \
> "--enable-module=ssl" \
> "--enable-shared=ssl" \
> "--disable-rule=SSL_COMPAT" \
>
> Can you folks see any glaring errors in this configuration? Please let
> me know what you think.
>
Hmmm - what about the options passed when you applied mod_ssl to Apache?
You could just use "The All-In-One mod_ssl+APACI way [FOR JOE AVERAGE]:"
and get it all in one go:
$ cd mod_ssl-2.6.5
$ ./configure \
--with-apache=../apache_1.3.x \
--with-ssl=/usr/local/src/openssl-0.9.5a \
--with-rsa=/usr/local/src/rsaref-2.0/local \
--prefix=/usr/local/apache \
--with-layout=Apache \
--enable-shared=ssl \
--enable-module=most \
--disable-rule=SSL_COMPAT \
--enable-shared=max
$ cd ../apache_1.3.x
$ make
$ make certificate
$ make install
(If I din't do my cut'n paste wrong ;-)
BTW: You may wish to try http://www.engelschall.com/sw/mm/ to increase
performance
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]