]> granicus.if.org Git - apache/commitdiff
- switch default session cache to shmcb
authorJoe Orton <jorton@apache.org>
Wed, 10 Nov 2004 15:50:05 +0000 (15:50 +0000)
committerJoe Orton <jorton@apache.org>
Wed, 10 Nov 2004 15:50:05 +0000 (15:50 +0000)
- 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

index 4c6629932c8e04b7eea605cf71afa2c9279998ad..b1d0d3f0e9bc191085b72987aa10856b1bd50b8d 100644 (file)
@@ -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: