From 7c75fc5419a423620a3ced2560a2343c8fc04608 Mon Sep 17 00:00:00 2001 From: CSoellinger Date: Sun, 4 Oct 2015 14:20:19 +0200 Subject: [PATCH] Adding SSLStaplingCache shmcb:/var/run/ocsp(128000) to vhost template conf if apache version >= 2.4 and ssl enabled --- server/conf/vhost.conf.master | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/server/conf/vhost.conf.master b/server/conf/vhost.conf.master index bdfc761fd..73adf7b91 100644 --- a/server/conf/vhost.conf.master +++ b/server/conf/vhost.conf.master @@ -445,4 +445,13 @@ + + + + + SSLStaplingCache shmcb:/var/run/ocsp(128000) + + + + -- GitLab