From: Joe Orton Date: Wed, 10 Nov 2004 15:50:05 +0000 (+0000) Subject: - switch default session cache to shmcb X-Git-Tag: 2.1.1~31 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a0694d5efe78d4b92396bd75b26336adac814057;p=apache - 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 --- 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: