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:42:36 UTC

svn propchange: r1652955 - svn:log

Author: rjung
Revision: 1652955
Modified property: svn:log

Modified: svn:log at Mon Jan 19 10:42:36 2015
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Mon Jan 19 10:42:36 2015
@@ -1,7 +1,9 @@
 PR 57379: If mod_cgi and mod_cgid get installed,
-use IfModule for MPM to choose mod_cgi for
-prefork and mod_cgid in all other cases.
+use IfModule for MPM to LoadModule mod_cgi for
+prefork and mod_cgid for all other MPMs.
 
 Previously when combined with --enable-load-all-modules
 both modules were loaded and it was undefined
 which one actually handled cgi requests.
+
+Based on a patch by olli hauer <ohauer gmx.de>.