aboutsummaryrefslogtreecommitdiffstats
path: root/main/apache2/conf/0007-httpd-ssl.conf-SSLSessionCache.patch
diff options
context:
space:
mode:
Diffstat (limited to 'main/apache2/conf/0007-httpd-ssl.conf-SSLSessionCache.patch')
-rw-r--r--main/apache2/conf/0007-httpd-ssl.conf-SSLSessionCache.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/main/apache2/conf/0007-httpd-ssl.conf-SSLSessionCache.patch b/main/apache2/conf/0007-httpd-ssl.conf-SSLSessionCache.patch
new file mode 100644
index 0000000000..aaf7d027af
--- /dev/null
+++ b/main/apache2/conf/0007-httpd-ssl.conf-SSLSessionCache.patch
@@ -0,0 +1,25 @@
+From df8d7d5c9ec68e47d1edc2fcd566c2422ae7b71a Mon Sep 17 00:00:00 2001
+From: Kaarle Ritvanen <kaarle.ritvanen@datakunkku.fi>
+Date: Fri, 11 Sep 2015 12:53:13 +0300
+Subject: [PATCH 07/14] httpd-ssl.conf: SSLSessionCache
+
+---
+ docs/conf/extra/httpd-ssl.conf.in | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/docs/conf/extra/httpd-ssl.conf.in b/docs/conf/extra/httpd-ssl.conf.in
+index 65dae32..1680430 100644
+--- a/docs/conf/extra/httpd-ssl.conf.in
++++ b/docs/conf/extra/httpd-ssl.conf.in
+@@ -89,7 +89,7 @@ SSLPassPhraseDialog builtin
+ # Configure the SSL Session Cache: First the mechanism
+ # to use and second the expiring timeout (in seconds).
+ #SSLSessionCache "dbm:@exp_runtimedir@/ssl_scache"
+-SSLSessionCache "shmcb:@exp_runtimedir@/ssl_scache(512000)"
++SSLSessionCache "shmcb:/var/cache/mod_ssl/scache(512000)"
+ SSLSessionCacheTimeout 300
+
+ # OCSP Stapling (requires OpenSSL 0.9.8h or later)
+--
+2.5.0
+