Commit a0fe5631 authored by Jacob Champion's avatar Jacob Champion
Browse files

Add a 2.4.x backport patch to my proposal

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1756674 13f79535-47bb-0310-9956-ffa450edef68
parent abb4f01c
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -174,8 +174,12 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
  *) autoconf: minor cleanup and removal of some dead code.
     trunk patch: http://svn.apache.org/r1753315
                  http://svn.apache.org/r1753316
     2.4.x patch: http://home.apache.org/~jchampion/patches/2.4.x-autoconf-cleanup.patch
                  (combines both patches and corrects for differences in the
                  AC_CONFIG_FILES list)
     +1: jchampion
     ylavic: some conflicts with r1753315 in 2.4.x's configure.in.
     jchampion: added a 2.4.x backport patch.

  *) mod_proxy_fcgi: avoid loops serving proxied error documents.
     trunk patch: http://svn.apache.org/r1753167