PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
[ start all new proposals below, under PATCHES PROPOSED. ]
+ * WinNT MPM: If ap_run_pre_connection() fails or sets c->aborted, don't
+ save the socket for reuse by the next worker as if it were an
+ APR_SO_DISCONNECTED socket. Restores 2.2 behavior.
+ trunk patch: http://svn.apache.org/r1523387
+ 2.4.x patch: trunk works
+ +1: trawick, covener, jim
+
PATCHES PROPOSED TO BACKPORT FROM TRUNK:
[ New proposals should be added at the end of the list ]
2.4.x patch: trunk works mod/ next_number
+1: jim
- * WinNT MPM: If ap_run_pre_connection() fails or sets c->aborted, don't
- save the socket for reuse by the next worker as if it were an
- APR_SO_DISCONNECTED socket. Restores 2.2 behavior.
- trunk patch: http://svn.apache.org/r1523387
- 2.4.x patch: trunk works
- +1: trawick, covener, jim
-
* mod_ssl: Remove the hardcoded algorithm-type dependency for the
SSLCertificateFile and SSLCertificateKeyFile directives, and deprecate
SSLCertificateChainFile. A detailed list of the changes is included