From: Grant Slater Date: Tue, 28 May 2024 20:06:40 +0000 (+0100) Subject: apache: use 429 error for mod-evasive X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain?ds=sidebyside apache: use 429 error for mod-evasive --- diff --git a/cookbooks/apache/templates/default/evasive.conf.erb b/cookbooks/apache/templates/default/evasive.conf.erb index 0f6b37b08..7a0303374 100644 --- a/cookbooks/apache/templates/default/evasive.conf.erb +++ b/cookbooks/apache/templates/default/evasive.conf.erb @@ -7,4 +7,5 @@ DOSPageInterval <%= node[:apache][:evasive][:page_interval] %> DOSSiteInterval <%= node[:apache][:evasive][:site_interval] %> DOSBlockingPeriod <%= node[:apache][:evasive][:blocking_period] %> + DOSHTTPResponseCode 429