Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 70773 invoked from network); 29 Aug 2003 02:30:37 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 29 Aug 2003 02:30:37 -0000 Received: (qmail 6614 invoked by uid 500); 29 Aug 2003 02:29:38 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 6585 invoked by uid 500); 29 Aug 2003 02:29:38 -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: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 6533 invoked from network); 29 Aug 2003 02:29:37 -0000 Received: from unknown (HELO www.belfordhk.com) (210.3.12.6) by daedalus.apache.org with SMTP; 29 Aug 2003 02:29:37 -0000 Received: from belfordhk.com (it [192.168.0.27]) by www.belfordhk.com (8.12.7/8.12.7) with ESMTP id h7T2W5pQ007223 for ; Fri, 29 Aug 2003 10:32:06 +0800 Message-ID: <3F4EBA7E.1070504@belfordhk.com> Date: Fri, 29 Aug 2003 10:29:18 +0800 From: cc User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.5b) Gecko/20030827 X-Accept-Language: en-us, en MIME-Version: 1.0 To: users@httpd.apache.org References: <5.2.0.9.2.20030828200802.051aae70@mail.levrah.net> In-Reply-To: <5.2.0.9.2.20030828200802.051aae70@mail.levrah.net> X-Enigmail-Version: 0.76.5.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SpamAssassin: Not Spam X-Scanned-By: MIMEDefang 2.36 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Subject: Re: [users@httpd] blocking one address X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Mike wrote: > # Redirect Code Red, NIMDA and other inappropriate access attempts to > invalid URL > Redirect /_mem_bin http://www.request.invalid > Redirect /_vti_bin http://www.request.invalid > Redirect /c http://www.request.invalid > Redirect /d http://www.request.invalid > Redirect /msadc http://www.request.invalid > Redirect /MSADC http://www.request.invalid > Redirect /scripts http://www.request.invalid > Redirect /sumthin http://www.request.invalid > RedirectMatch ^.*\.(dll|ida)*$ http://127.0.0.1/$1 > RedirectMatch (.*)\cmd.exe$ http://127.0.0.1/$1 > > Put those in your httpd.conf file (assuming you have access to your box > and assuming the machine isn't a windoze web server) and then restart > apache. > First post on this list, but I believe this suggestion is a great one! I was thinking of using squid to proxy all those, or some other app, but I guess this is even better! Btw, would these Redirects be logged as well? Thanks Mike! --------------------------------------------------------------------- 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