From 1c95ec9a35bab95ca81d4a547faffeea10fe6fe8 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Fri, 21 Oct 2022 17:12:15 -0700 Subject: [PATCH] Revert "openQA: set higher LimitRequestLine in httpd vhost config" This reverts commit 892453da7e7b8ac5a2e1514cfae29bab7ba3c4ec. openQA still had problems with the very long request, so I just did an ugly hack to get the request under the limit instead. --- roles/openqa/server/templates/openqa.conf.httpd.j2 | 1 - 1 file changed, 1 deletion(-) diff --git a/roles/openqa/server/templates/openqa.conf.httpd.j2 b/roles/openqa/server/templates/openqa.conf.httpd.j2 index 784f4d57b0..7557a2c446 100644 --- a/roles/openqa/server/templates/openqa.conf.httpd.j2 +++ b/roles/openqa/server/templates/openqa.conf.httpd.j2 @@ -7,5 +7,4 @@ ProxyPass /apache-status ! {% endif %} Include conf.d/openqa-common.inc - LimitRequestLine 16000