From b5db5cc3b55641a5d1b1d35be2e48adc08ed1746 Mon Sep 17 00:00:00 2001 From: Stephen Gran Date: Mon, 2 May 2011 16:39:19 +0100 Subject: [PATCH] MIT seems to be hammering morricone, making /var fill up. morricone:/var/log/apache2# grep ^128.30 backports-master.debian.org-access.log-20110502 | wc -l 2160933 Signed-off-by: Stephen Gran --- modules/apache2/manifests/init.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/apache2/manifests/init.pp b/modules/apache2/manifests/init.pp index f5c6f80c..fbb45a46 100644 --- a/modules/apache2/manifests/init.pp +++ b/modules/apache2/manifests/init.pp @@ -154,7 +154,7 @@ class apache2 { } case $hostname { - busoni,duarte,holter,lindberg,master,merkel,powell,rore: { + busoni,duarte,holter,lindberg,master,merkel,morricone,powell,rore: { @ferm::rule { "dsa-http-limit": prio => "20", description => "limit HTTP DOS", @@ -200,7 +200,7 @@ class apache2 { description => "http subchain", chain => 'http', rule => ' - saddr ( 74.6.22.182 74.6.18.240 67.195.0.0/16 ) jump limit_yahoo; + saddr ( 128.30.0.0/16 74.6.22.182 74.6.18.240 67.195.0.0/16 ) jump limit_yahoo; saddr 124.115.0.0/21 jump limit_sosospider; saddr (65.52.0.0/14 207.46.0.0/16) jump limit_bing; saddr (66.249.64.0/19) jump limit_google; -- 2.39.2