mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-05-15 06:44:22 +02:00
25 lines
960 B
Diff
25 lines
960 B
Diff
From e718f5cf478200adc3132f488fb673bc1f614fbd 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 3ace58a..090ce32 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.9.4
|
|
|