From: Grant Slater Date: Thu, 30 May 2024 20:39:41 +0000 (+0100) Subject: Partial Revert "Tighten timeouts and log request timeouts" X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/647d76065793488df0ce9ed1840e5b8743f779ab Partial Revert "Tighten timeouts and log request timeouts" This is a partially reverts commit ab4b82d3ca1eb1be198b331203f3505c4a043b59. --- diff --git a/cookbooks/web/templates/default/apache.frontend.erb b/cookbooks/web/templates/default/apache.frontend.erb index 4ee4c459c..fb677769e 100644 --- a/cookbooks/web/templates/default/apache.frontend.erb +++ b/cookbooks/web/templates/default/apache.frontend.erb @@ -35,8 +35,7 @@ ErrorLog /var/log/apache2/error.log # # Configure timeouts # - TimeOut 10 - RequestReadTimeout handshake=10-20,MinRate=500 header=10-20,MinRate=500 body=10-120,MinRate=500 + RequestReadTimeout handshake=20-40,MinRate=500 header=20-40,MinRate=500 body=20-120,MinRate=500 LogLevel reqtimeout:info #