From a0694d5efe78d4b92396bd75b26336adac814057 Mon Sep 17 00:00:00 2001 From: Joe Orton Date: Wed, 10 Nov 2004 15:50:05 +0000 Subject: [PATCH] - switch default session cache to shmcb - remove comment on using shmht which has been removed git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105742 13f79535-47bb-0310-9956-ffa450edef68 --- docs/conf/ssl-std.conf.in | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/conf/ssl-std.conf.in b/docs/conf/ssl-std.conf.in index 4c6629932c..b1d0d3f0e9 100644 --- a/docs/conf/ssl-std.conf.in +++ b/docs/conf/ssl-std.conf.in @@ -65,10 +65,8 @@ SSLPassPhraseDialog builtin # Inter-Process Session Cache: # Configure the SSL Session Cache: First the mechanism # to use and second the expiring timeout (in seconds). -#SSLSessionCache none -#SSLSessionCache shmht:@exp_runtimedir@/ssl_scache(512000) -#SSLSessionCache shmcb:@exp_runtimedir@/ssl_scache(512000) -SSLSessionCache dbm:@exp_runtimedir@/ssl_scache +#SSLSessionCache dbm:@exp_runtimedir@/ssl_scache +SSLSessionCache shmcb:@exp_runtimedir@/ssl_scache(512000) SSLSessionCacheTimeout 300 # Semaphore: -- 2.40.0