Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 85006 invoked from network); 17 Dec 2007 16:07:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 17 Dec 2007 16:07:22 -0000 Received: (qmail 89871 invoked by uid 500); 17 Dec 2007 16:07:00 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 89853 invoked by uid 500); 17 Dec 2007 16:07:00 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 89842 invoked by uid 99); 17 Dec 2007 16:07:00 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Dec 2007 08:07:00 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [70.166.5.135] (HELO unreal.eroded.org) (70.166.5.135) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Dec 2007 16:06:48 +0000 Received: from Martin.crimson-dragon.com (3.mub152.sndg.sdgca01r1.dsl.att.net [12.99.152.3]) by unreal.eroded.org (8.14.1/8.13.8) with ESMTP id lBHFr7C4027994 for ; Mon, 17 Dec 2007 07:53:44 -0800 Message-Id: <200712171553.lBHFr7C4027994@unreal.eroded.org> X-Mailer: QUALCOMM Windows Eudora Version 7.1.0.9 Date: Mon, 17 Dec 2007 08:05:59 -0800 To: users@httpd.apache.org From: Dragon In-Reply-To: <893063.61522.qm@web58206.mail.re3.yahoo.com> References: <893063.61522.qm@web58206.mail.re3.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Virus-Scanned: ClamAV 0.88.7/5153/Mon Dec 17 00:37:05 2007 on unreal.eroded.org X-Virus-Status: Clean X-Virus-Checked: Checked by ClamAV on apache.org Subject: Re: [users@httpd] How to rid a pest? Charles Michener wrote: >I have a couple of spider bots hitting my server that I do not wish >to have access to my pages - they ignore robots.txt, so I finally >put them on my 'deny from xxxxx' list. This does deny them access >but they persist to keep trying - trying each page address at least >30 times - several hits per second . Is there a standard method to >forward them to some black hole or the FBI or ...? ---------------- End original message. --------------------- This is the kind of thing a router/firewall will handle for you. Stopping these requests before they get to your machine is the best way to handle them. Otherwise, it doesn't really have a lot of impact on the performance of the server for it to send a forbidden response back to the offenders. Yeah, it takes a little bit of processing but it is pretty insignificant per request. Hopefully they will eventually give up but if they don't, look into using a firewall to deny at the edge of your network. Dragon ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Venimus, Saltavimus, Bibimus (et naribus canium capti sumus) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org