]> granicus.if.org Git - apache/commitdiff
Oooooooooooo look a commit! Wow!
authorJim Jagielski <jim@apache.org>
Fri, 27 Mar 2009 13:20:28 +0000 (13:20 +0000)
committerJim Jagielski <jim@apache.org>
Fri, 27 Mar 2009 13:20:28 +0000 (13:20 +0000)
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

index fa61ff0a7ca3203646021114bedc7a44edf8acf4..dd5d7a80fa47b6c85a488786be9f51972106718c 100644 (file)
@@ -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)