On Thu, Mar 09, 2000, Zoltan Glozik wrote:

> > 1. You're using an anchient version. Please use either
> >    2.4.10 (for Apache 1.3.9) or 2.6.2 (for Apache 1.3.12).
> 
> I tried 2.4.10, the same thing happened.
> 
> > 
> > 2. I guess your problem is that you've configured a SSLRandomSeed
> >    directive which points to a device which blocks. If you used /dev/random,
> >    use /dev/urandom. If none exists, use the builtin seeding source instead.
> 
> I used only the builtin seeding source. But playing with the different
> configuration settings it turned out that if I disable SSLSessionCache
> by using none value instead of dbm:ssl_scache apache works on all
> machines.
> 
> When I used a dbm sesion cache file, apache blocked before creating
> the database and waited for something.

Then either you're using a broken DBM library (use
--enable-rule=SSL_SDBM instead) or your DBM database is located on an
NFS filesystem where the DBM library perhaps deadlocks itself?

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

Reply via email to