Skip to content

Commit d4e7fb1

Browse files
author
Ryan Bloom
committed
Fix some spelling mistakes and remove the mpmt_beos MPM from the config.m4
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
1 parent d8ef729 commit d4e7fb1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

INSTALL

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@
322322
(-) mod_example ...... Apache API demonstration (developers only)
323323

324324
MPMs
325-
mpmt_pthread ..... Mutli-process(dynamic) Multi-threaded(static)
325+
mpmt_pthread ..... Multi-process(dynamic) Multi-threaded(static)
326326
Unix MPM
327327
prefork .......... Preforking Unix MPM
328328
perchild ......... Multi-process(static) Multi-threaded(dynamic)

server/mpm/config.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
AC_MSG_CHECKING(which MPM to use)
22
AC_ARG_WITH(mpm,
33
[ --with-mpm=MPM Choose the process model for Apache to use.
4-
MPM={mpmt_beos,mpmt_pthread,prefork,spmt_os2,perchild}],[
4+
MPM={beos,mpmt_pthread,prefork,spmt_os2,perchild}],[
55
APACHE_MPM=$withval
66
],[
77
if test "x$APACHE_MPM" = "x"; then

0 commit comments

Comments
 (0)