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 33949D1CC for ; Fri, 12 Oct 2012 09:38:56 +0000 (UTC) Received: (qmail 44054 invoked by uid 500); 12 Oct 2012 09:38:55 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 43410 invoked by uid 500); 12 Oct 2012 09:38:47 -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 41998 invoked by uid 99); 12 Oct 2012 09:38:45 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 12 Oct 2012 09:38:45 +0000 X-ASF-Spam-Status: No, hits=-2.3 required=5.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of rainer.jung@kippdata.de designates 195.227.30.149 as permitted sender) Received: from [195.227.30.149] (HELO mailserver.kippdata.de) (195.227.30.149) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 12 Oct 2012 09:38:37 +0000 Received: from [10.0.110.6] ([192.168.2.104]) by mailserver.kippdata.de (8.13.5/8.13.5) with ESMTP id q9C9cG6G002722 for ; Fri, 12 Oct 2012 11:38:16 +0200 (CEST) Message-ID: <5077E505.7070700@kippdata.de> Date: Fri, 12 Oct 2012 11:38:13 +0200 From: Rainer Jung User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:15.0) Gecko/20120907 Thunderbird/15.0.1 MIME-Version: 1.0 To: "docs@httpd.apache.org" Subject: Re: svn commit: r1396838 - /httpd/httpd/trunk/docs/manual/mod/mpm_winnt.xml References: <20121010223519.B29BC238890D@eris.apache.org> In-Reply-To: <20121010223519.B29BC238890D@eris.apache.org> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Typo Alarm: On 11.10.2012 00:35, rbowen@apache.org wrote: > Author: rbowen > Date: Wed Oct 10 22:35:19 2012 > New Revision: 1396838 > > URL: http://svn.apache.org/viewvc?rev=1396838&view=rev > Log: > Adds example > > Modified: > httpd/httpd/trunk/docs/manual/mod/mpm_winnt.xml > > Modified: httpd/httpd/trunk/docs/manual/mod/mpm_winnt.xml > URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mpm_winnt.xml?rev=1396838&r1=1396837&r2=1396838&view=diff > ============================================================================== > --- httpd/httpd/trunk/docs/manual/mod/mpm_winnt.xml (original) > +++ httpd/httpd/trunk/docs/manual/mod/mpm_winnt.xml Wed Oct 10 22:35:19 2012 > @@ -52,7 +52,13 @@ NT. >

The MPM falls back to a safer implementation, but some client requests > were not processed correctly. In order to avoid this error, use > AcceptFilter with accept filter > - none. In Apache httpd 2.0 and 2.2, > + none.

> + > + > + AcceptFiler none > + AcceptFil*t*er Regards, Rainer