mirror of
https://github.com/apache/httpd.git
synced 2025-08-08 15:02:10 +03:00
Fix case where buggy OpenSSL internal cache continually grows.
So don't bother to store it, but still force OpenSSL to provide a Session ID. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@209821 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -83,7 +83,7 @@ static const command_rec ssl_config_cmds[] = {
|
||||
"or `exec:/path/to/cgi_program')")
|
||||
SSL_CMD_SRV(SessionCache, TAKE1,
|
||||
"SSL Session Cache storage "
|
||||
"(`none', `dbm:/path/to/file')")
|
||||
"(`none', `internal', `dbm:/path/to/file')")
|
||||
#if defined(HAVE_OPENSSL_ENGINE_H) && defined(HAVE_ENGINE_INIT)
|
||||
SSL_CMD_SRV(CryptoDevice, TAKE1,
|
||||
"SSL external Crypto Device usage "
|
||||
|
Reference in New Issue
Block a user