From: Rich Bowen Date: Wed, 10 Oct 2012 22:35:50 +0000 (+0000) Subject: Add example X-Git-Tag: 2.4.4~501 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f014c8ed94d1e6335c0c90cbc0ec16b30e64723d;p=apache Add example git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1396839 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mpm_winnt.xml b/docs/manual/mod/mpm_winnt.xml index 5d8c2d265b..e830a55ac3 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