From da4b7ca41a41618bb004ef528c7671b4fbf258be Mon Sep 17 00:00:00 2001 From: Jeremy Lecour Date: Wed, 19 Jul 2017 11:55:58 +0200 Subject: [PATCH] apache: disable GoAway criteria --- apache/files/evolinux-defaults.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apache/files/evolinux-defaults.conf b/apache/files/evolinux-defaults.conf index af2b4089..6e7aaeda 100644 --- a/apache/files/evolinux-defaults.conf +++ b/apache/files/evolinux-defaults.conf @@ -12,5 +12,6 @@ MaxRequestsPerChild 0 AllowOverride None Require all granted - Require not env GoAway + # "Require not env XXX" is not supported + # Deny from env=GoAway