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:
[ 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