From 8c5a2f66dac6120c86d2ff54b68da047059ca776 Mon Sep 17 00:00:00 2001 From: Ryan Bloom Date: Thu, 9 Aug 2001 20:59:00 +0000 Subject: [PATCH] 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 --- modules/generators/config5.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.50.1