On Mon, Jul 31, 2000 at 01:01:08PM +0900, Simon Dubey wrote:
> - change SSLRandomSeed in httpd.conf to SSLRandomSeed startup
> file:/etc/entropy 512 and SSLRandomSeed connect file:/etc/entropy 512
> - cursed alot

/etc/entropy is not a plain file but a socket accross which mod_ssl and
EGD will communicate, so you have to instruct mod_ssl to use the egd interface.
  SSLRandomSeed startup egd:/etc/entropy
...

Best regards,
        Lutz
-- 
Lutz Jaenicke                             [EMAIL PROTECTED]
BTU Cottbus               http://www.aet.TU-Cottbus.DE/personen/jaenicke/
Lehrstuhl Allgemeine Elektrotechnik                  Tel. +49 355 69-4129
Universitaetsplatz 3-4, D-03044 Cottbus              Fax. +49 355 69-4153
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to