Commit 4831d871 authored by Jim Jagielski's avatar Jim Jagielski
Browse files

suggestion



git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1789388 13f79535-47bb-0310-9956-ffa450edef68
parent 776e65eb
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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.