X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fapache2%2Fmanifests%2Fdynamic.pp;h=b39e5597a13bb5b0a817828710177594f331b079;hb=6421c571fd4794f93352a80c0110ff33b1f6c60d;hp=5df01a16fa2a0414705a051734de9026f10fa902;hpb=ca3cf686759367452813fedae58bac7041cf4e48;p=mirror%2Fdsa-puppet.git diff --git a/modules/apache2/manifests/dynamic.pp b/modules/apache2/manifests/dynamic.pp index 5df01a16f..b39e5597a 100644 --- a/modules/apache2/manifests/dynamic.pp +++ b/modules/apache2/manifests/dynamic.pp @@ -60,6 +60,7 @@ class apache2::dynamic { description => 'http subchain', chain => 'http', rule => ' + mod hashlimit hashlimit-name HTTPDOSPRE hashlimit-mode srcip hashlimit-burst 10 hashlimit 6/minute jump ACCEPT; mod recent name HTTPDOS update seconds 900 jump log_or_drop; mod hashlimit hashlimit-name HTTPDOS hashlimit-mode srcip hashlimit-burst 200 hashlimit 30/minute jump ACCEPT; mod recent name HTTPDOS set jump log_or_drop'