Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 71570 invoked from network); 21 Dec 2007 16:26:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 21 Dec 2007 16:26:12 -0000 Received: (qmail 94699 invoked by uid 500); 21 Dec 2007 16:25:52 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 94687 invoked by uid 500); 21 Dec 2007 16:25:52 -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 94676 invoked by uid 99); 21 Dec 2007 16:25:52 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 Dec 2007 08:25:52 -0800 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [80.229.52.226] (HELO grimnir.webthing.com) (80.229.52.226) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 Dec 2007 16:25:38 +0000 Received: from grimnir.webthing.com (localhost [127.0.0.1]) by grimnir.webthing.com (Postfix) with ESMTP id 6D1A42137 for ; Fri, 21 Dec 2007 16:25:29 +0000 (GMT) Date: Fri, 21 Dec 2007 16:25:29 +0000 From: Nick Kew To: users@httpd.apache.org Message-ID: <20071221162529.3c2f7386@grimnir> In-Reply-To: References: Organization: WebThing X-Mailer: Sylpheed-Claws 2.5.0-rc3 (GTK+ 2.10.6; i486-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Subject: Re: [users@httpd] Apache failing on invalid header. Is there a way to allow apache to proceed? On Fri, 21 Dec 2007 11:18:44 -0500 "Brown Chris-CCB034" wrote: > I'm seeing a request come in with a bad http header. Are you sure it's supposed to be HTTP? As opposed to, for example, HTTP encapsulated in something? > Apache is failing on the P.. header because it doesn't contain the > required ":" format. That's clearly not HTTP. > What options do > I have within Apache to allow this bad request to proceed? Is there > a way to turn off Apache's strict header checking? Or am I looking > at making a custom modification to the Apache source code for this > specific case? That'll need source hacking. If we allow malformed requests like that, we open up a whole new playground to the script kiddies. -- Nick Kew Application Development with Apache - the Apache Modules Book http://www.apachetutor.org/ --------------------------------------------------------------------- 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