PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
[ start all new proposals below, under PATCHES PROPOSED. ]
+ * mod_ldap: LDAPConnectionPoolTTL enhancements -- apply properly to authn and
+ only update the last used time when we hit the backend server
+ AND use r->request_time instead of end-of-request-time.
+ PR54587
+ trunk patch: http://svn.apache.org/r1452551
+ http://svn.apache.org/r1607960
+ 2.4.x patch: http://people.apache.org/~covener/patches/httpd-2.4.x-ldap-connttl-conservative.diff
+ +1 covener, jim, trawick
+
PATCHES PROPOSED TO BACKPORT FROM TRUNK:
[ New proposals should be added at the end of the list ]
note: depends on ap_shutdown_conn() from r1601185 above.
+1: ylavic
- * mod_ldap: LDAPConnctionPoolTTL enhancements -- apply properly to authn and
- only update the last used time when we hit the backend server
- AND use r->request_time instead of end-of-request-time.
- PR54587
- trunk patch: http://svn.apache.org/r1452551
- http://svn.apache.org/r1607960
- 2.4.x patch: http://people.apache.org/~covener/patches/httpd-2.4.x-ldap-connttl-conservative.diff
- +1 covener, jim
-
* mod_ssl: Fix issue with redirects to error documents when handling
SNI errors.
trunk patch: http://svn.apache.org/r1609914