]> granicus.if.org Git - apache/commitdiff
prefork is soooooo 1990s. make new default simple
authorJim Jagielski <jim@apache.org>
Thu, 26 Mar 2009 11:09:33 +0000 (11:09 +0000)
committerJim Jagielski <jim@apache.org>
Thu, 26 Mar 2009 11:09:33 +0000 (11:09 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@758597 13f79535-47bb-0310-9956-ffa450edef68

server/mpm/config.m4

index 1fc922db2d825a7141f0fda449e2127749759d67..4b02226460d577840727c577ba260877493a8779 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=prefork
+    APACHE_MPM=simple
   fi
 ])
 AC_MSG_RESULT($APACHE_MPM)