From 0897f72366d69366a3100e54cf9ba62b8e9b0dbc Mon Sep 17 00:00:00 2001 From: Jim Jagielski Date: Fri, 27 Mar 2009 13:20:28 +0000 Subject: [PATCH] Oooooooooooo look a commit! Wow! This is embarassing. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@759129 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 fa61ff0a7c..dd5d7a80fa 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=simple + APACHE_MPM=event fi ]) AC_MSG_RESULT($APACHE_MPM) -- 2.50.1