From: Ryan Bloom Date: Thu, 9 Aug 2001 20:59:00 +0000 (+0000) Subject: We want to use mod_cgid with the worker MPM as well. X-Git-Tag: 2.0.24~134 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8c5a2f66dac6120c86d2ff54b68da047059ca776;p=apache We want to use mod_cgid with the worker MPM as well. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90058 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/generators/config5.m4 b/modules/generators/config5.m4 index e334bfed41..a4b37cea50 100644 --- a/modules/generators/config5.m4 +++ b/modules/generators/config5.m4 @@ -13,7 +13,7 @@ APACHE_MODULE(suexec, set uid and gid for spawned processes, , , no, [ APR_ADDTO(LT_LDFLAGS,-export-dynamic) -if test "$apache_cv_mpm" = "threaded" -o "$apache_cv_mpm" = "perchild"; then +if test "$apache_cv_mpm" = "worker" -o "$apache_cv_mpm" = "threaded" -o "$apache_cv_mpm" = "perchild"; then # if we are using a threaded MPM, we will get better performance with # mod_cgid, so make it the default. APACHE_MODULE(cgid, CGI scripts, , , yes)