summaryrefslogtreecommitdiffstats
path: root/modules/generators/config5.m4
diff options
context:
space:
mode:
Diffstat (limited to 'modules/generators/config5.m4')
-rw-r--r--modules/generators/config5.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/generators/config5.m4 b/modules/generators/config5.m4
index e87a570975..bf295217e0 100644
--- a/modules/generators/config5.m4
+++ b/modules/generators/config5.m4
@@ -32,7 +32,7 @@ case $host in
esac
if test $cgid_needed = "yes"; then
- APACHE_MODULE(cgid, CGI scripts. Enabled by default with threaded MPMs, , , yes, [
+ APACHE_MODULE(cgid, CGI scripts. Enabled by default with threaded MPMs, , , most, [
case $host in
*-solaris2*)
case `uname -r` in
@@ -72,7 +72,7 @@ For more info: <http://issues.apache.org/bugzilla/show_bug.cgi?id=34264>])
])
APACHE_MODULE(cgi, CGI scripts. Enabled by default with non-threaded MPMs, , , no)
else
- APACHE_MODULE(cgi, CGI scripts. Enabled by default with non-threaded MPMs, , , yes)
+ APACHE_MODULE(cgi, CGI scripts. Enabled by default with non-threaded MPMs, , , most)
APACHE_MODULE(cgid, CGI scripts. Enabled by default with threaded MPMs, , , no)
fi