You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rj...@apache.org on 2015/01/19 11:36:21 UTC

svn commit: r1652957 - /httpd/httpd/branches/2.4.x/STATUS

Author: rjung
Date: Mon Jan 19 10:36:21 2015
New Revision: 1652957

URL: http://svn.apache.org/r1652957
Log:
Add proposal.

Modified:
    httpd/httpd/branches/2.4.x/STATUS

Modified: httpd/httpd/branches/2.4.x/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/STATUS?rev=1652957&r1=1652956&r2=1652957&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Mon Jan 19 10:36:21 2015
@@ -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: