Return-Path: X-Original-To: apmail-httpd-dev-archive@www.apache.org Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 88D8E4965 for ; Tue, 5 Jul 2011 03:53:09 +0000 (UTC) Received: (qmail 15105 invoked by uid 500); 5 Jul 2011 03:53:07 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 14320 invoked by uid 500); 5 Jul 2011 03:52:59 -0000 Mailing-List: contact dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 14310 invoked by uid 99); 5 Jul 2011 03:52:57 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Jul 2011 03:52:57 +0000 X-ASF-Spam-Status: No, hits=0.7 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [72.167.82.83] (HELO p3plsmtpa01-03.prod.phx3.secureserver.net) (72.167.82.83) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 05 Jul 2011 03:52:48 +0000 Received: (qmail 8544 invoked from network); 5 Jul 2011 03:52:26 -0000 Received: from unknown (76.252.112.72) by p3plsmtpa01-03.prod.phx3.secureserver.net (72.167.82.83) with ESMTP; 05 Jul 2011 03:52:25 -0000 Message-ID: <4E128A7B.1010909@rowe-clan.net> Date: Mon, 04 Jul 2011 22:52:27 -0500 From: "William A. Rowe Jr." User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.18) Gecko/20110616 Lightning/1.0b2 Thunderbird/3.1.11 MIME-Version: 1.0 To: dev@httpd.apache.org Subject: Re: Windows 2.3.13 :: Win32DisableAcceptEx References: <84552AF751934DA6AD70C93AAEA2B553@mother> In-Reply-To: <84552AF751934DA6AD70C93AAEA2B553@mother> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org On 7/4/2011 9:46 AM, Steffen wrote: > The widely used Win32DisableAcceptEx is not anymore in 2.3. > > Can someone confirm that this has the same effect: > > AcceptFilter http none > AcceptFilter https none > > Maybe an idea to update the upgrading docu on this subject ? http://httpd.apache.org/docs/2.3/mod/core.html#acceptfilter AcceptEx() is supported with AcceptFilter data, or connect, per the documentation. AcceptEx() is not used for AcceptFilter none.