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.