From owner-freebsd-current@FreeBSD.ORG Wed Apr 23 15:44:06 2008 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 84A111065670 for ; Wed, 23 Apr 2008 15:44:06 +0000 (UTC) (envelope-from ivoras@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.227]) by mx1.freebsd.org (Postfix) with ESMTP id 422838FC0C for ; Wed, 23 Apr 2008 15:44:06 +0000 (UTC) (envelope-from ivoras@gmail.com) Received: by rv-out-0506.google.com with SMTP id b25so1717039rvf.43 for ; Wed, 23 Apr 2008 08:44:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; bh=MBoQv86uhr8hn8idfITR9qSfm6K5z/4LHd6iFgKA39Y=; b=wdBT50WLYN5jMBMBMyRPTcRIMguhmk4oyjQRxoowexv+Bqufh/JsYPyiSnO1v3PasXy9noknamgrVUdflS78LlZ+AlK5Wvk+qKBO2uYGR3dnv5SUBMTa0iTXgEgp6M0Dv+cvUu1+u114+SOrZA890Bp0jgO4iYjLo5qBeNkH66k= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=Ozlw0zlaZUbKkLSY45o24iVNbxfv5j83lQlrWspxkDLVBrD069ro3HiJo+xEqh/rP26VtOMVoFSf/+5TMJ4KhwVTVy0HgLaexCpaBmEf1o7VKBDOA09s/DZLstD5MBhAuSD3/D6zJwzXK+jYll1e77ccWPaEPX7QHL+jGswlrCY= Received: by 10.141.129.14 with SMTP id g14mr623150rvn.209.1208965445985; Wed, 23 Apr 2008 08:44:05 -0700 (PDT) Received: by 10.141.212.1 with HTTP; Wed, 23 Apr 2008 08:44:05 -0700 (PDT) Message-ID: <9bbcef730804230844x343c875ey7ae2d94d5a486820@mail.gmail.com> Date: Wed, 23 Apr 2008 17:44:05 +0200 From: "Ivan Voras" Sender: ivoras@gmail.com To: "Clement Laforet" In-Reply-To: <20080423141929.GA61109@goofy.cultdeadsheep.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <8481.1208889581@critter.freebsd.dk> <480E3E66.3000303@samsco.org> <20080423141929.GA61109@goofy.cultdeadsheep.org> X-Google-Sender-Auth: 21a02b498eabdcba Cc: freebsd-current@freebsd.org Subject: Re: Http Accept filters (accf_http) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Apr 2008 15:44:06 -0000 2008/4/23 Clement Laforet : > There's not technical reason actually. It's an "opt-in" feature ;-) > In the early 2.2.x times, httpd used to print a warning when accf_http > is disabled. It was, of course, just a matter of loglevel. apache ran > perfectly fine, but a warning got printed. Some users started > complaining about how my port was broken, sometimes in very rude > manner. > So I decided to explicilty disable AcceptFilter unless > apache22_http_accept_enable is set to "YES" in /etc/rc.conf. Thanks for the very good explanation :) Could you perhaps add a line to pkg-message that points to the setting?