From owner-freebsd-questions@FreeBSD.ORG Fri Jan 14 16:00:31 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 44B2E16A4CF for ; Fri, 14 Jan 2005 16:00:31 +0000 (GMT) Received: from debian.akroteq.com (rdbck-static-72.palmer.mtaonline.net [12.17.141.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1518443D2D for ; Fri, 14 Jan 2005 16:00:31 +0000 (GMT) (envelope-from andy@firman.us) Received: from andy by debian.akroteq.com with local (Exim 4.34) id 1CpTsE-0002RI-LQ for freebsd-questions@freebsd.org; Fri, 14 Jan 2005 07:00:30 -0900 Date: Fri, 14 Jan 2005 07:00:30 -0900 From: Andy Firman To: freebsd-questions@freebsd.org Message-ID: <20050114160030.GB9164@akroteq.com> References: <20050114140441.G802@kenmore.kozy-kabin.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050114140441.G802@kenmore.kozy-kabin.nl> User-Agent: Mutt/1.5.6+20040907i Subject: Re: Odd (alarming) http log exerpt X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Andy Firman List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Jan 2005 16:00:31 -0000 On Fri, Jan 14, 2005 at 02:08:20PM +0100, Colin J. Raven wrote: > What is this person doing? or attempting to do? I'm guessing nothing > good. > Is there anything within...say httpd.conf..that I could do to prevent > this..or curtail it before it grows to such an enormous size. Looks like a WebDAV exploit. You can run conditional logging in your apache server to ignore it. Andy