summaryrefslogtreecommitdiff
path: root/docs/manual/mod/mpm_winnt.xml
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2009-05-12 04:10:19 +0000
committerWilliam A. Rowe Jr <wrowe@apache.org>2009-05-12 04:10:19 +0000
commit8bb8a6c950c696bef52579cbadb2ee1eda059e0c (patch)
tree9d4da01a474fafec36908704367da41f9ae13152 /docs/manual/mod/mpm_winnt.xml
parent3a0bb5c9200654189bb6ed2dca2739efb918a0e0 (diff)
downloadhttpd-8bb8a6c950c696bef52579cbadb2ee1eda059e0c.tar.gz
Address Win32 AcceptFilter documentation replacing DisableWin32AcceptEx
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@773774 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mpm_winnt.xml')
-rw-r--r--docs/manual/mod/mpm_winnt.xml27
1 files changed, 0 insertions, 27 deletions
diff --git a/docs/manual/mod/mpm_winnt.xml b/docs/manual/mod/mpm_winnt.xml
index f9d1df9e24..eb5d7a22d6 100644
--- a/docs/manual/mod/mpm_winnt.xml
+++ b/docs/manual/mod/mpm_winnt.xml
@@ -61,31 +61,4 @@ NT.</description>
<directivesynopsis location="mpm_common"><name>ThreadStackSize</name>
</directivesynopsis>
-<directivesynopsis>
-<name>Win32DisableAcceptEx</name>
-<description>Use accept() rather than AcceptEx() to accept network connections</description>
-<syntax>Win32DisableAcceptEx</syntax>
-<default>AcceptEx() is enabled by default. Use this directive to disable use of
- AcceptEx()</default>
-<contextlist><context>server config</context></contextlist>
-<compatibility>Available in Version 2.0.49 and later</compatibility>
-
-<usage>
- <p><code>AcceptEx()</code> is a Microsoft WinSock v2 API that provides
- some performance improvements over the use of the BSD style
- <code>accept()</code> API in certain circumstances. Some popular Windows
- products, typically virus scanning or virtual private network
- packages, have bugs that interfere with the proper operation of
- <code>AcceptEx()</code>. If you encounter an error condition like:</p>
-
- <example>
- [error] (730038)An operation was attempted on something that is
- not a socket.: winnt_accept: AcceptEx failed. Attempting to recover.
- </example>
-
- <p>you should use this directive to disable the use of
- <code>AcceptEx()</code>.</p>
-</usage>
-</directivesynopsis>
-
</modulesynopsis>