From: Jim Jagielski Date: Wed, 29 Mar 2017 17:10:24 +0000 (+0000) Subject: suggestion X-Git-Tag: 2.4.26~199 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ccc50fa76521806be19c0798d63aa4e6096e4170;p=apache suggestion git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1789388 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 05cefd5b09..2d04414db0 100644 --- a/STATUS +++ b/STATUS @@ -162,14 +162,17 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: http://svn.apache.org/r1784275 http://svn.apache.org/r1785871 http://svn.apache.org/r1786009 + http://svn.apache.org/r1789387 2.4.x patch: trunk works *after r1779573 above* (modulo CHANGES) FULL hcheck patch: http://home.apache.org/~jim/patches/httpd2.4-hcheck.patch + http://svn.apache.org/r1789387 (includes all hcheck related patches, including showstopper) +1: jim ylavic: 'tpsize' needs to be reset (to HC_THREADPOOL_SIZE) in pre_config, otherwise if mod_proxy_hcheck is builtin/static and for example ProxyHCTPsize were commented out on restart, we wouldn't use the default value (as expected). + jim: Committed in r1789387 *) mod_autoindex: Add IndexOptions UseOldDateFormat to allow the date format from 2.2 in the Last Modified column. PR60846.