*) mod_remoteip: Correct the trusted proxy match test. PR 54651.
[Yoshinori Ehara <yoshinori ehara gmail com>, Eugene L <eugenel amazon com>]
+ *) mod_proxy_fcgi: Fix error message when an unexpected protocol version
+ number is received from the application. PR 56110. [Jeff Trawick]
+
*) mod_remoteip: Use the correct IP addresses to populate the proxy_ips field.
PR 55972. [Mike Rumph]
PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
[ start all new proposals below, under PATCHES PROPOSED. ]
- * mod_remoteip: Correct the trusted proxy match test. PR54651
- trunk patch: https://svn.apache.org/r1564052
- 2.4.x patch: trunk works
- +1: mrumph, covener, jim
-
- * mod_proxy_fcgi: Fix error message when an unexpected protocol version
- number is received from the application. PR 56110.
- trunk patch: http://svn.apache.org/r1564756
- 2.4.x patch: trunk patch works with manipulation of CHANGES
- +1: trawick, jim, jailletc36
-
* event fdqueue: Use a normalized offset point for idlers via atomics
trunk patch: http://svn.apache.org/viewvc?view=revision&revision=1545286
http://svn.apache.org/viewvc?view=revision&revision=1545292
if (version != AP_FCGI_VERSION_1) {
ap_log_rerror(APLOG_MARK, APLOG_ERR, 0, r, APLOGNO(01068)
- "Got bogus version %d", (int) header.version);
+ "Got bogus version %d", (int)version);
rv = APR_EINVAL;
break;
}