On 4/20/06, Ken Chen <[EMAIL PROTECTED]> wrote:
[Thu Apr 20 17:04:46 2006] [debug] ssl_engine_io.c(1523): OpenSSL: I/O
error, 5 bytes expected to read on BIO#81d53d8 [mem: 81eeef8]


Just like it sounds from the message, this error occurs when the call to SSL_read() in ssl_io_input_read() fails with the system returning an error of ETIMEUP.  While of course it's possible that something is getting "stuck" somewhere and thus it is taking a really long time and subsequently times out, my first inclination is to say that your global Timeout value is simply set too low.

See http://httpd.apache.org/docs/2.0/mod/core.html#timeout

What value do you have set there?

Reply via email to