On Wed, Mar 08, 2000, Zoltan Glozik wrote:

> I tried to install apache 1.3.9 with mod_ssl 2.4.7 and openssl 0.9.4 on
> Suse6.3 linux and it worked well on two machines, but the same
> configuration failed to work on two other computers.
> 
> [...]
> When I start up apache on one of the bad machines it writes the
> following lines into the ssl_engine_log file and when I try to connect
> to apache with netscape it blocks:
> 
> [...]
> [08/Mar/2000 17:46:09 12086] [info]  Init: 2nd startup round (already
> detached)
> [08/Mar/2000 17:46:09 12086] [info]  Init: Reinitializing OpenSSL
> library
> 
> Any ideas?

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).

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.

Yours,
                                       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