summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-08 19:13:12 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-08 19:13:12 +0000
commitaa63bf0ab0e900bd2fd1f87d3c51a8c9b6496552 (patch)
tree1650baa4de8bdada0ecee8eaf3d46ec90fd4108d
parentSetting SSLStaplingCache to shmcb:/var/run/ocsp(32768). (diff)
downloadapache2-aa63bf0ab0e900bd2fd1f87d3c51a8c9b6496552.tar.xz
apache2-aa63bf0ab0e900bd2fd1f87d3c51a8c9b6496552.zip
Setting SSLStaplingResponderTimeout to 5.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r--debian/config-dir/conf-available/ocsp-stapling.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/config-dir/conf-available/ocsp-stapling.conf b/debian/config-dir/conf-available/ocsp-stapling.conf
index 61c043d..0ec91a8 100644
--- a/debian/config-dir/conf-available/ocsp-stapling.conf
+++ b/debian/config-dir/conf-available/ocsp-stapling.conf
@@ -4,4 +4,5 @@
SSLUseStapling on
SSLStaplingCache shmcb:/var/run/ocsp(32768)
+ SSLStaplingResponderTimeout 5
</IfModule>