summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-27 21:49:23 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-27 21:49:23 +0000
commitf5ae6f0ede0940f7c5a9acfff34abd7383fae07e (patch)
tree932e717cf31087ee144a5f6742cfb5d1bfffcdce
parentSetting SSLUseStapling to on. (diff)
downloadapache2-f5ae6f0ede0940f7c5a9acfff34abd7383fae07e.tar.xz
apache2-f5ae6f0ede0940f7c5a9acfff34abd7383fae07e.zip
Setting SSLStaplingCache to shmcb:/var/run/ocsp(32768).
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r--debian/config-dir/conf-available/ocsp-stapling.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/config-dir/conf-available/ocsp-stapling.conf b/debian/config-dir/conf-available/ocsp-stapling.conf
index 04ec564..61c043d 100644
--- a/debian/config-dir/conf-available/ocsp-stapling.conf
+++ b/debian/config-dir/conf-available/ocsp-stapling.conf
@@ -2,4 +2,6 @@
<IfModule mod_ssl.c>
SSLUseStapling on
+
+ SSLStaplingCache shmcb:/var/run/ocsp(32768)
</IfModule>