From: Bill Stoddard Date: Thu, 29 Jan 2004 03:20:00 +0000 (+0000) Subject: function ported to 2.0 X-Git-Tag: pre_ajp_proxy~757 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3c9939bc4936a2654c378451d5d153f588bc5beb;p=apache function ported to 2.0 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102440 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index c62813eb92..e9b8035182 100644 --- a/CHANGES +++ b/CHANGES @@ -213,11 +213,6 @@ Changes with Apache 2.1.0-dev the current locale. level values are now really parsed as integers. PR 17564. [André Malo] - *) Added the WindowsSocketsWorkaround directive for Windows NT/2000/XP - to work around problems with certain VPN and Firewall products that - have buggy AcceptEx implementations. - [Allan Edwards w/ suggestions from Bill Stoddard & Bill Rowe] - *) Extend mod_negotiation to evaluate the environment variables no-gzip and gzip-only-text/html the same way as mod_deflate does. [André Malo] @@ -295,6 +290,14 @@ Changes with Apache 2.1.0-dev Changes with Apache 2.0.49 + *) Win32: Add Win32DisableAcceptEx directive. This Windows + NT/2000/CP directive is useful to work around bugs in some + third party layered service providers like virus scanners, + VPN and firewall products, that do not properly handle + WinSock 2 APIs. Use this directive if your server is issuing + AcceptEx failed messages. + [Allan Edwards, Bill Rowe, Bill Stoddard, Jeff Trawick] + *) Make REMOTE_PORT variable available in mod_rewrite. PR 25772. [André Malo]