PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
[ start all new proposals below, under PATCHES PROPOSED. ]
- * mod_status: Modified default refresh value to 10 secs so that its possible
- to correct a typo in the URL.
- Trunk version of patch:
- http://svn.apache.org/viewvc?view=rev&revision=607873
- Trunk version should apply to 2.2.x.
- +1: fuankg, rpluem, wrowe
-
* mod_proxy_balancer: Correctly escape the worker route and the worker
redirect string in the HTML output of the balancer manager.
Trunk version of patch:
}
apr_table_set(r->headers_out,
status_options[i].hdr_out_str,
- apr_ltoa(r->pool, t < 1 ? 1 : t));
+ apr_ltoa(r->pool, t < 1 ? 10 : t));
break;
}
case STAT_OPT_NOTABLE: