]> TLD Linux GIT Repositories - packages/apache.git/blobdiff - apache-mod_ssl.conf
- do not use any SSLSessionCache by default, this implies that you didn't install...
[packages/apache.git] / apache-mod_ssl.conf
index 4da2c7da308745a4b384653f3e040ffb0f215cb5..ea88204eef0671ee53b0966f3cdc61bbdd0a5fc5 100644 (file)
@@ -54,8 +54,11 @@ SSLPassPhraseDialog  builtin
 #   Configure the SSL Session Cache: First the mechanism
 #   to use and second the expiring timeout (in seconds).
 #SSLSessionCache                dbm:/var/cache/httpd/ssl_scache
-#SSLSessionCache               shmcb:/var/run/ssl_scache(512000)
-SSLSessionCache                shmcb:/var/cache/httpd/ssl_scache(512000)
+#SSLSessionCache               shmcb:/var/cache/httpd/ssl_scache(512000)
+
+# Replace this with one of the above (addition apache-mod_socache 
+# needs to be installed and a apropriate module has to be loaded)
+SSLSessionCache                nonenotnull
 SSLSessionCacheTimeout  300
 
 #   Usable SSL protocol flavors: