]> TLD Linux GIT Repositories - packages/apache.git/commitdiff
- do not use any SSLSessionCache by default, this implies that you didn't install...
authorBartosz Świątek <shadzik@tld-linux.org>
Fri, 12 Jul 2013 10:01:11 +0000 (12:01 +0200)
committerBartosz Świątek <shadzik@tld-linux.org>
Fri, 12 Jul 2013 10:01:11 +0000 (12:01 +0200)
  if you have, you can configure it.

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: