]> granicus.if.org Git - apache/commitdiff
Fix some spelling mistakes and remove the mpmt_beos MPM from the config.m4
authorRyan Bloom <rbb@apache.org>
Tue, 13 Feb 2001 21:23:22 +0000 (21:23 +0000)
committerRyan Bloom <rbb@apache.org>
Tue, 13 Feb 2001 21:23:22 +0000 (21:23 +0000)
file.
Submitted by: Cliff Woolley <cliffwoolley@yahoo.com>

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88147 13f79535-47bb-0310-9956-ffa450edef68

INSTALL
server/mpm/config.m4

diff --git a/INSTALL b/INSTALL
index f8bb4e242420e3006b8f52e2b29d65cc65edf21a..8207dc819d159c874516f0a0572a40ca4f31474f 100644 (file)
--- a/INSTALL
+++ b/INSTALL
       (-) 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)
index 0e51dae4883b24aafaa2a2f802b7e425ed90ca49..8e1c2902691c3e7fd6daf05124c2e08ebb238608 100644 (file)
@@ -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