Your configuration looks good, but I'm pretty sure
that --enable-rule=SSL_EXPERIMENTAL should be part of your APACI_ARGS when
configuring mod_perl, not when configuring mod_ssl.

Of course, if it works, maybe Ralf moved shmcb out of the SSL_EXPERIMENTAL
code?  I'll have to look at the source to check.

-Dave

> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Max Clark
> Sent: Thursday, March 22, 2001 1:58 PM
> To: '[EMAIL PROTECTED]'
> Subject: RE: Which SSLSessionCache to use for best performance?
>
>
> Hey thanks David,
>
> Quick follow up:
>
> (I've attached my build instructions with the modifications for
> SSL_EXPERIMENTAL below, can you check?)
>
> Should I assume that the "shmcb" cache would look something like this?
>
> SSLSessionCache               shmcb:/u1/httpd/logs/ssl_scache(1024000)
> SSLSessionCacheTimeout  600
>
> How do I check how full the cache is? Do I just ls -la ssl_cache,
> and check
> for the size of the file?
>
> Thanks for your help,
>
> Max
>
> #   configure and build the OpenSSL library
> cd openssl-0.9.x
> sh config
> make
> make test
> cd ..
>
> #   configure and build the Memory Manager
> cd mm-1.1.x
> ./configure --disable-shared
> make
> cd ..
>
> #   apply mod_ssl to Apache source tree
> cd mod_ssl-2.8.x-1.3.x
> ./configure \
>       --with-apache=../apache_1.3.x
>       --enable-rule=SSL_EXPERIMENTAL
> cd ..
>
> #   apply mod_perl to Apache source tree
> #   and build/install the Perl-side of mod_perl
> cd mod_perl-1.xx
> perl Makefile.PL \
> USE_APACI=1 \
> EVERYTHING=1 \
> SSL_BASE=../openssl-0.9.6 \
> EAPI_MM=../mm-1.1.3 \
> APACHE_PREFIX=/u1/httpd \
> APACI_ARGS='--enable-module=ssl,--enable-module=rewrite,--enable-m
> odule=so,-
> -disable-module=userdir'

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

Reply via email to