From: Rich Bowen Date: Wed, 10 Oct 2012 22:35:19 +0000 (+0000) Subject: Adds example X-Git-Tag: 2.5.0-alpha~6215 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5fcb06a4b2df7f6a732a256e8c67cd8069718005;p=thirdparty%2Fapache%2Fhttpd.git Adds example git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1396838 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mpm_winnt.xml b/docs/manual/mod/mpm_winnt.xml index 5d8c2d265b5..e830a55ac3e 100644 --- a/docs/manual/mod/mpm_winnt.xml +++ b/docs/manual/mod/mpm_winnt.xml @@ -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 + + +

In Apache httpd 2.0 and 2.2, Win32DisableAcceptEx was used for this purpose.

The WinNT MPM differs from the Unix MPMs such as worker and event