From: Bartosz Świątek Date: Fri, 12 Jul 2013 10:01:11 +0000 (+0200) Subject: - do not use any SSLSessionCache by default, this implies that you didn't install... X-Git-Url: https://git.tld-linux.org/?p=packages%2Fapache.git;a=commitdiff_plain;h=ab20a64026d7ac29f8461e582c6bb1f33c882720 - do not use any SSLSessionCache by default, this implies that you didn't install mod_socache if you have, you can configure it. --- diff --git a/apache-mod_ssl.conf b/apache-mod_ssl.conf index 4da2c7d..ea88204 100644 --- a/apache-mod_ssl.conf +++ b/apache-mod_ssl.conf @@ -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: