>>> Emmanuel Anne <[EMAIL PROTECTED]> 12/22/99 04:35AM >>>
>All this worked perfectly well for 3 weeks, and last
>week I had this problem : Suddenly the server
>stopped from processing https requests. The http
>requests were still answered, but when you tried
>https you got "Contacting, waiting for reply", and
>waiting for ever !

Sounds like maybe a broken vendor DBM library.  Are you getting
coredumps (check the error_log for "exit signal Segmentation Fault")? 
Are you using SSLSessionCache dbm:(...) ?  If so, try temporarily using
SSLSessionCache none and see what happens.  (You might try decreasing
the SSLSessionCacheTimeout for testing.)  In any case, I'd recommend
going to the shm: variant of the SessionCache.  It's much faster.  Or at
least, if you're going to use the dbm version, use the built-in SDBM
library by adding --enable-rule=SSL_SDBM when you configure Apache.

Hope this helps,
Cliff

Cliff Woolley
Central Systems Software Administrator
Washington and Lee University
http://www.wlu.edu/~jwoolley/

Work: (540) 463-8089
Pager: (540) 462-2303
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to