Httpd can't start on Centos 4.5 64bit

rutekp

Verified User
Joined
May 29, 2007
Messages
20
Hi,

I can't start httpd service on Centos4.5 64bit after DA.
Error in log:
[error] mod_ssl: Init: Failed to generate temporary 512 bit RSA private key

cat /dev/urandom and /dev/random work OK.

I have try those settings in httpd.conf:
#SSLRandomSeed startup builtin
#SSLRandomSeed connect builtin
#SSLRandomSeed startup file:/dev/random 512
#SSLRandomSeed startup file:/dev/urandom 512
#SSLRandomSeed connect file:/dev/random 512
#SSLRandomSeed connect file:/dev/urandom 512

Openssl version: openssl-0.9.7a-43.16

Any suggestion why it not work ?
 
Back
Top