On 21.02.2012 09:44, [email protected] wrote:
Author: wrowe
Date: Tue Feb 21 08:44:06 2012
New Revision: 503
Modified:
dev/httpd/Announcement2.4.html
dev/httpd/Announcement2.4.txt
Modified: dev/httpd/Announcement2.4.html
==============================================================================
--- dev/httpd/Announcement2.4.html (original)
+++ dev/httpd/Announcement2.4.html Tue Feb 21 08:44:06 2012
@@ -77,9 +77,12 @@
using (and the libraries they depend on) are thread-safe.
</p>
<p>
- NOTE: Windows users may have problems with Apache httpd 2.4.1 and
- SSL. As such, Apache 2.4.x is currently not recommended for
- Windows servers.
+ NOTE to Windows users: AcceptFilter None has replaced DisableWin32AcceptEx
+ and the feature appears to have interoperability issues with mod_ssl.
+ Apache 2.4.1 may not yet be suitable for all Windows servers. There
+ is not yet a Windows binary distribution of httpd 2.4, but this is
+ expected to be remedied soon as various dependencies graduate from
+ beta to GA.
DisableWin32AcceptEx -> Win32DisableAcceptEx
Modified: dev/httpd/Announcement2.4.txt
==============================================================================
--- dev/httpd/Announcement2.4.txt (original)
+++ dev/httpd/Announcement2.4.txt Tue Feb 21 08:44:06 2012
@@ -33,6 +33,9 @@
than the Prefork MPM), you must ensure that any modules you will be
using (and the libraries they depend on) are thread-safe.
- NOTE: Windows users may have problems with Apache httpd 2.4.1 and
- SSL. As such, Apache 2.4.x is currently not recommended for
- Windows servers.
\ No newline at end of file
+ NOTE to Windows users: AcceptFilter None has replaced DisableWin32AcceptEx
+ and the feature appears to have interoperability issues with mod_ssl.
+ Apache 2.4.1 may not yet be suitable for all Windows servers. There
+ is not yet a Windows binary distribution of httpd 2.4, but this is
+ expected to be remedied soon as various dependencies graduate from
+ beta to GA.
Ditto.
Rainer