diff options
author | Allan K. Edwards <ake@apache.org> | 2003-03-04 23:15:51 +0100 |
---|---|---|
committer | Allan K. Edwards <ake@apache.org> | 2003-03-04 23:15:51 +0100 |
commit | 5a8d4863418f4123923797feb8b0ec730b98f4c2 (patch) | |
tree | bd6c746a341b88deda39af7272ea8d31c8fd9c17 /CHANGES | |
parent | Fix validation issue (added missing XML declaration). (diff) | |
download | apache2-5a8d4863418f4123923797feb8b0ec730b98f4c2.tar.xz apache2-5a8d4863418f4123923797feb8b0ec730b98f4c2.zip |
Added the WindowsSocketsWorkaroud directive for Windows NT/2000/XP
to work around problems with certain VPN and Firewall products that
have buggy AcceptEx implementations
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98890 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -2,6 +2,11 @@ Changes with Apache 2.1.0-dev [Remove entries to the current 2.0 section below, when backported] + *) Added the WindowsSocketsWorkaroud 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] + *) Unescape the supplied wildcard pattern in mod_autoindex. Otherwise the pattern will not always match as desired. PR 12596. [André Malo] |