]> granicus.if.org Git - apache/commitdiff
Since prefork is currently the only non-threaded MPM, check for it, instead of testin...
authorPaul Querna <pquerna@apache.org>
Tue, 8 Mar 2005 22:06:59 +0000 (22:06 +0000)
committerPaul Querna <pquerna@apache.org>
Tue, 8 Mar 2005 22:06:59 +0000 (22:06 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@156572 13f79535-47bb-0310-9956-ffa450edef68

modules/generators/config5.m4

index f88ce33bff7e858f777c4de3aa7b3e02040eaa9e..c0a300f0221c9caec0d618f10787de97739f4e18 100644 (file)
@@ -11,7 +11,7 @@ APACHE_MODULE(info, server information, , , most)
 APACHE_MODULE(suexec, set uid and gid for spawned processes, , , no, [
               other_targets=suexec ] )
 
-if test "$apache_cv_mpm" = "worker" -o "$apache_cv_mpm" = "perchild"; then
+if test "$apache_cv_mpm" != "prefork"; 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)