From 1790b61c424abfde1f3fd2bae2f9ac480aac250b Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Sun, 7 Feb 2010 10:58:36 +0000 Subject: [PATCH] Drop mod_evasive as it wasn't doing anything very useful and was sometimes actively harmful. --- config/lighttpd.conf | 5 ----- 1 file changed, 5 deletions(-) diff --git a/config/lighttpd.conf b/config/lighttpd.conf index a224f4562..3ec444863 100644 --- a/config/lighttpd.conf +++ b/config/lighttpd.conf @@ -65,11 +65,6 @@ $HTTP["useragent"] =~ "^JOSM/[0-9]+\.[0-9]+ \(172[234567] " { url.access-deny = ("") } -# -# Limit connections to 20 per IP address -# -evasive.max-conns-per-ip = 20 - # # Setup MIME type mapping # -- 2.43.2