From e99bbe89be4df428780cf81f6b604818d77fc587 Mon Sep 17 00:00:00 2001 From: Jeff Trawick Date: Sat, 18 Aug 2012 13:05:02 +0000 Subject: [PATCH] add links to AcceptFilter and Windows platform documentation add some notes on key configuration issues git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1374569 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mpm_winnt.xml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/docs/manual/mod/mpm_winnt.xml b/docs/manual/mod/mpm_winnt.xml index 2b5fa4af0d5..7960d1cbc8e 100644 --- a/docs/manual/mod/mpm_winnt.xml +++ b/docs/manual/mod/mpm_winnt.xml @@ -34,8 +34,33 @@ NT. Windows NT operating systems. It uses a single control process which launches a single child process which in turn creates threads to handle requests

+ +

Capacity is configured using the + ThreadsPerChild directive, + which sets the maximum number of concurrent client connections.

+ +

By default, this MPM uses advanced Windows APIs for accepting + new client connections. In some configurations, third-party products + may interfere with this implementation, with the following messages + written to the web server log:

+ + + Child: Encountered too many AcceptEx faults accepting client connections.
+ winnt_mpm: falling back to 'AcceptFilter none'. +
+ +

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, + Win32DisableAcceptEx was used for this purpose.

+ +Using Apache HTTP Server on Microsoft Windows + +AcceptFilter + CoreDumpDirectory PidFile -- 2.47.2