Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 86506 invoked from network); 9 Mar 2004 20:38:44 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 9 Mar 2004 20:38:44 -0000 Received: (qmail 83071 invoked by uid 500); 9 Mar 2004 20:38:32 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 83039 invoked by uid 500); 9 Mar 2004 20:38:32 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 83026 invoked by uid 500); 9 Mar 2004 20:38:32 -0000 Delivered-To: apmail-httpd-2.0-cvs@apache.org Received: (qmail 83023 invoked from network); 9 Mar 2004 20:38:32 -0000 Received: from unknown (HELO minotaur.apache.org) (209.237.227.194) by daedalus.apache.org with SMTP; 9 Mar 2004 20:38:32 -0000 Received: (qmail 86488 invoked by uid 1569); 9 Mar 2004 20:38:42 -0000 Date: 9 Mar 2004 20:38:42 -0000 Message-ID: <20040309203842.86487.qmail@minotaur.apache.org> From: nd@apache.org To: httpd-2.0-cvs@apache.org Subject: cvs commit: httpd-2.0/docs/manual/mod mpm_winnt.html.en mpm_winnt.xml quickreference.html.en X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N nd 2004/03/09 12:38:42 Modified: docs/manual/mod mpm_winnt.html.en mpm_winnt.xml quickreference.html.en Log: finetuning Revision Changes Path 1.21 +15 -7 httpd-2.0/docs/manual/mod/mpm_winnt.html.en Index: mpm_winnt.html.en =================================================================== RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mpm_winnt.html.en,v retrieving revision 1.20 retrieving revision 1.21 diff -u -u -r1.20 -r1.21 --- mpm_winnt.html.en 21 Feb 2004 00:31:37 -0000 1.20 +++ mpm_winnt.html.en 9 Mar 2004 20:38:42 -0000 1.21 @@ -56,21 +56,29 @@
top

Win32DisableAcceptEx Directive

- + - + +
Description:This directive instructs the MPM to use accept() rather than AcceptEx() to accept network connections
Description:Use accept() rather than AcceptEx() to accept network connections
Syntax:Win32DisableAcceptEx
Default:AcceptEx is enabled by default. Use this directive to disable use of AcceptEx
Default:AcceptEx() is enabled by default. Use this directive to disable use of + AcceptEx()
Context:server config
Status:MPM
Module:mpm_winnt
Compatibility:Available in Version 2.0.49 and later
-

AcceptEx() is a Microsoft WinSock v2 API that provides +

AcceptEx() is a Microsoft WinSock v2 API that provides some performance improvements over the use of the BSD style - accept() API in certain circumstances. Some popular Windows + accept() 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 - AcceptEx(). If you encounter any of the conditions described - in the FAQ, you should use this directive to disable the use - of AcceptEx().

+ AcceptEx(). If you encounter an error condition like:

+ +

+ [error] (730038)An operation was attempted on something that is + not a socket.: winnt_accept: AcceptEx failed. Attempting to recover. +

+ +

you should use this directive to disable the use of + AcceptEx().

1.11 +15 -7 httpd-2.0/docs/manual/mod/mpm_winnt.xml Index: mpm_winnt.xml =================================================================== RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mpm_winnt.xml,v retrieving revision 1.10 retrieving revision 1.11 diff -u -u -r1.10 -r1.11 --- mpm_winnt.xml 19 Feb 2004 17:47:44 -0000 1.10 +++ mpm_winnt.xml 9 Mar 2004 20:38:42 -0000 1.11 @@ -57,20 +57,28 @@ Win32DisableAcceptEx -This directive instructs the MPM to use accept() rather than AcceptEx() to accept network connections +Use accept() rather than AcceptEx() to accept network connections Win32DisableAcceptEx -AcceptEx is enabled by default. Use this directive to disable use of AcceptEx +AcceptEx() is enabled by default. Use this directive to disable use of + AcceptEx() server config +Available in Version 2.0.49 and later -

AcceptEx() is a Microsoft WinSock v2 API that provides +

AcceptEx() is a Microsoft WinSock v2 API that provides some performance improvements over the use of the BSD style - accept() API in certain circumstances. Some popular Windows + accept() 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 - AcceptEx(). If you encounter any of the conditions described - in the FAQ, you should use this directive to disable the use - of AcceptEx().

+ AcceptEx(). If you encounter an error condition like:

+ + + [error] (730038)An operation was attempted on something that is + not a socket.: winnt_accept: AcceptEx failed. Attempting to recover. + + +

you should use this directive to disable the use of + AcceptEx().

1.105 +1 -1 httpd-2.0/docs/manual/mod/quickreference.html.en Index: quickreference.html.en =================================================================== RCS file: /home/cvs/httpd-2.0/docs/manual/mod/quickreference.html.en,v retrieving revision 1.104 retrieving revision 1.105 diff -u -u -r1.104 -r1.105 --- quickreference.html.en 21 Feb 2004 17:44:27 -0000 1.104 +++ quickreference.html.en 9 Mar 2004 20:38:42 -0000 1.105 @@ -694,7 +694,7 @@ a given virtual host VirtualScriptAliasIP interpolated-directory|none none svEDynamically configure the location of the cgi directory for a given virtual host -Win32DisableAcceptExsMThis directive instructs the MPM to use accept() rather than AcceptEx() to accept network connections +Win32DisableAcceptExsMUse accept() rather than AcceptEx() to accept network connections XBitHack on|off|full off svdhBParse SSI directives in files with the execute bit set