Return-Path: Delivered-To: apmail-apache-cvs-archive@apache.org Received: (qmail 71423 invoked by uid 500); 13 Feb 2001 21:23:30 -0000 Mailing-List: contact apache-cvs-help@apache.org; run by ezmlm Precedence: bulk Reply-To: new-httpd@apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list apache-cvs@apache.org Received: (qmail 71400 invoked by uid 500); 13 Feb 2001 21:23:25 -0000 Delivered-To: apmail-httpd-2.0-cvs@apache.org Date: 13 Feb 2001 21:23:23 -0000 Message-ID: <20010213212323.71388.qmail@apache.org> From: rbb@apache.org To: httpd-2.0-cvs@apache.org Subject: cvs commit: httpd-2.0/server/mpm config.m4 rbb 01/02/13 13:23:23 Modified: . INSTALL server/mpm config.m4 Log: Fix some spelling mistakes and remove the mpmt_beos MPM from the config.m4 file. Submitted by: Cliff Woolley Revision Changes Path 1.8 +1 -1 httpd-2.0/INSTALL Index: INSTALL =================================================================== RCS file: /home/cvs/httpd-2.0/INSTALL,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -b -w -u -r1.7 -r1.8 --- INSTALL 2001/02/13 20:30:10 1.7 +++ INSTALL 2001/02/13 21:23:19 1.8 @@ -322,7 +322,7 @@ (-) mod_example ...... Apache API demonstration (developers only) MPMs - mpmt_pthread ..... Mutli-process(dynamic) Multi-threaded(static) + mpmt_pthread ..... Multi-process(dynamic) Multi-threaded(static) Unix MPM prefork .......... Preforking Unix MPM perchild ......... Multi-process(static) Multi-threaded(dynamic) 1.30 +1 -1 httpd-2.0/server/mpm/config.m4 Index: config.m4 =================================================================== RCS file: /home/cvs/httpd-2.0/server/mpm/config.m4,v retrieving revision 1.29 retrieving revision 1.30 diff -u -d -b -w -u -r1.29 -r1.30 --- config.m4 2001/02/13 20:30:16 1.29 +++ config.m4 2001/02/13 21:23:22 1.30 @@ -1,7 +1,7 @@ AC_MSG_CHECKING(which MPM to use) AC_ARG_WITH(mpm, [ --with-mpm=MPM Choose the process model for Apache to use. - MPM={mpmt_beos,mpmt_pthread,prefork,spmt_os2,perchild}],[ + MPM={beos,mpmt_pthread,prefork,spmt_os2,perchild}],[ APACHE_MPM=$withval ],[ if test "x$APACHE_MPM" = "x"; then