diff --git a/docker-files/httpd.conf b/docker-files/httpd.conf index 22ee4f4ee..bc43b5c2c 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 32760 + # Proxy config SSLProxyEngine on