From: Rainer Jung Date: Mon, 19 Jan 2015 10:36:21 +0000 (+0000) Subject: Add proposal. X-Git-Tag: 2.4.12~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c3561d4294ad6fd89a59b0871137971729587c68;p=thirdparty%2Fapache%2Fhttpd.git Add proposal. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1652957 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 836f9037a73..f3364b01c32 100644 --- a/STATUS +++ b/STATUS @@ -233,6 +233,16 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: 2.4.x patch: trunk works +1: rjung + * mod_cgi, mod_cgid: If both modules get installed, + use IfModule for MPM to LoadModule mod_cgi for prefork + and mod_cgid for all other MPMs. PR 57379. + Previously when combined with --enable-load-all-modules + both modules were loaded and it was undefined + which one actually handled cgi requests. + trunk patch: http://svn.apache.org/r1652955 + 2.4.x patch: trunk works + +1: rjung + OTHER PROPOSALS * A list of further possible backports can be found at: