PR 57379: If mod_cgi and mod_cgid get installed,
authorRainer Jung <rjung@apache.org>
Mon, 19 Jan 2015 10:32:51 +0000 (10:32 +0000)
committerRainer Jung <rjung@apache.org>
Mon, 19 Jan 2015 10:32:51 +0000 (10:32 +0000)
commitfaac8c0c52512f5e8aff5ebaf49f1b7dc4cf308d
tree0c1ecbc5b3b5c9969d6e4a9b7c313f4033f0ea25
parent07605b2badbc265bda59fcdf0824e766d5dc4668
PR 57379: If mod_cgi and mod_cgid get installed,
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>.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1652955 13f79535-47bb-0310-9956-ffa450edef68
Makefile.in