Commit 4fd85065 authored by Joe Orton's avatar Joe Orton
Browse files

- 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
parent 367c3040
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -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: