]> granicus.if.org Git - apache/commitdiff
We want to use mod_cgid with the worker MPM as well.
authorRyan Bloom <rbb@apache.org>
Thu, 9 Aug 2001 20:59:00 +0000 (20:59 +0000)
committerRyan Bloom <rbb@apache.org>
Thu, 9 Aug 2001 20:59:00 +0000 (20:59 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90058 13f79535-47bb-0310-9956-ffa450edef68

modules/generators/config5.m4

index e334bfed411ed9649ea97ec9b82d4614edadcaa7..a4b37cea50e374f73fdb559fe8cff97cbcfe3cbb 100644 (file)
@@ -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)