]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
a vote
authorBill Stoddard <stoddard@apache.org>
Thu, 8 Jan 2004 20:47:46 +0000 (20:47 +0000)
committerBill Stoddard <stoddard@apache.org>
Thu, 8 Jan 2004 20:47:46 +0000 (20:47 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102236 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index b0a6fa823123e4cbceabbeef1a81ac50013fb83e..c9bac08f669c316bc830021855ee2cb4a450b742 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 APACHE 2.0 STATUS:                                              -*-text-*-
-Last modified at [$Date: 2004/01/08 18:40:47 $]
+Last modified at [$Date: 2004/01/08 20:47:46 $]
 
 Release:
 
@@ -78,6 +78,15 @@ PATCHES TO BACKPORT FROM 2.1
   [ please place file names and revisions from HEAD here, so it is easy to
     identify exactly what the proposed changes are! ]
 
+    * Win32: Port Win32DisableAcceptEx directive. This fix enables using
+      Winsock 1.1 accept() call in place of Winsock 2.0 AcceptEx() to work 
+      around bugs in third party layered service providers (e.g. virus
+      scanners) that do not properly handle various Winsock 2 APIs.
+      http://cvs.apache.org/viewcvs.cgi/httpd-2.0/server/mpm/winnt/child.c?r1=1.19&r2=1.20
+      http://cvs.apache.org/viewcvs.cgi/httpd-2.0/server/mpm/winnt/mpm_winnt.c?r1=1.301&r2=1.302
+      http://cvs.apache.org/viewcvs.cgi/httpd-2.0/server/mpm/winnt/mpm_winnt.h?r1=1.42&r2=1.43
+      +1: stoddard
+
     * If large file support is enabled, allow any file that is greater than
       AP_MAX_SENDFILE to be split into multiple buckets. This allows Apache
       to send files that are greater than 2gig. Otherwise we run into