]> granicus.if.org Git - apache/commitdiff
Use the prefork MPM by default on Unix.
authorJeff Trawick <trawick@apache.org>
Tue, 7 Aug 2001 20:13:58 +0000 (20:13 +0000)
committerJeff Trawick <trawick@apache.org>
Tue, 7 Aug 2001 20:13:58 +0000 (20:13 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90007 13f79535-47bb-0310-9956-ffa450edef68

CHANGES
server/mpm/config.m4

diff --git a/CHANGES b/CHANGES
index 0ed8c1c72212ae0c155e5f675e939f229c9fb99e..69e9bab8b8116d5a209c6febdd2a6e20e3ebc62c 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,7 @@
 Changes with Apache 2.0.23-dev
 
+  *) Use the prefork MPM by default on Unix.  [various]
+
   *) mod_rewrite: Fix the line ending on some non-Unix systems for 
      messages written to the rewrite log.  
      [Richard Labennett <rlabenn@us.ibm.com>]
index 00de8f8cc13301e8b1542c0473b45b1cfa47b6d5..3cbd0cdfae33dc85a846219a51a92064e7f2b6e1 100644 (file)
@@ -5,7 +5,7 @@ AC_ARG_WITH(mpm,
   APACHE_MPM=$withval
 ],[
   if test "x$APACHE_MPM" = "x"; then
-    APACHE_MPM=threaded
+    APACHE_MPM=prefork
   fi
 ])
 AC_MSG_RESULT($APACHE_MPM)