From 1e312d6dc4bcfbef6099eb4d3e9c61aba2a2b02b Mon Sep 17 00:00:00 2001 From: Christian Beilschmidt Date: Wed, 11 Aug 2021 17:59:39 +0200 Subject: [PATCH 1/2] Increase Apache's LimitRequestLine --- docker-files/httpd.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docker-files/httpd.conf b/docker-files/httpd.conf index 22ee4f4ee..80fcdd31f 100644 --- a/docker-files/httpd.conf +++ b/docker-files/httpd.conf @@ -563,6 +563,9 @@ SSLRandomSeed connect builtin +# Increase maximum line length for requests (default is 8190) +LimitRequestLine 16380 + # Proxy config SSLProxyEngine on From a0f9c96422f4f3021fe94aff2b938619ffd186d5 Mon Sep 17 00:00:00 2001 From: Christian Beilschmidt Date: Wed, 11 Aug 2021 18:07:03 +0200 Subject: [PATCH 2/2] Update httpd.conf --- docker-files/httpd.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-files/httpd.conf b/docker-files/httpd.conf index 80fcdd31f..bc43b5c2c 100644 --- a/docker-files/httpd.conf +++ b/docker-files/httpd.conf @@ -564,7 +564,7 @@ SSLRandomSeed connect builtin # Increase maximum line length for requests (default is 8190) -LimitRequestLine 16380 +LimitRequestLine 32760 # Proxy config SSLProxyEngine on