On 6/14/06, Klaubert Herr da Silveira <[EMAIL PROTECTED]> wrote:
Well,

My SSLRandomSeed in ssl.conf is default (for Apache 2.0.52-22, CentOS 4):

 SSLRandomSeed startup file:/dev/urandom  256
 SSLRandomSeed connect builtin

I forget to mention that the time to serve content range from 2min until 40min.

Is your /dev/urandom working?  It shouldn't be blocking.  Does "cat
/dev/urandom" keep spitting binary stuff at you until you stop it?

Otherwise, you can try running httpd -X under strace to see if there
is another blocking syscall.

Joshua.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to