From: Jim Jagielski Date: Fri, 27 Mar 2009 13:20:28 +0000 (+0000) Subject: Oooooooooooo look a commit! Wow! X-Git-Tag: 2.3.3~784 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0897f72366d69366a3100e54cf9ba62b8e9b0dbc;p=apache 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 --- 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)