Commit c59f6f28 authored by Ryan Bloom's avatar Ryan Bloom
Browse files

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
parent 6a9eb21c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)