From 3590c67dac23226638db6fbc6922733e8a5fa1c6 Mon Sep 17 00:00:00 2001 From: Jim Jagielski Date: Thu, 26 Mar 2009 11:09:33 +0000 Subject: [PATCH] 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 --- server/mpm/config.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.50.1