From: Jim Jagielski Date: Thu, 26 Mar 2009 11:09:33 +0000 (+0000) Subject: prefork is soooooo 1990s. make new default simple X-Git-Tag: 2.3.3~807 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3590c67dac23226638db6fbc6922733e8a5fa1c6;p=apache prefork is soooooo 1990s. make new default simple git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@758597 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/mpm/config.m4 b/server/mpm/config.m4 index 1fc922db2d..4b02226460 100644 --- a/server/mpm/config.m4 +++ b/server/mpm/config.m4 @@ -7,7 +7,7 @@ APACHE_HELP_STRING(--with-mpm=MPM,Choose the process model for Apache to use. APACHE_MPM=$withval ],[ if test "x$APACHE_MPM" = "x"; then - APACHE_MPM=prefork + APACHE_MPM=simple fi ]) AC_MSG_RESULT($APACHE_MPM)