summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorRyan Bloom <rbb@apache.org>2001-02-13 20:30:19 +0000
committerRyan Bloom <rbb@apache.org>2001-02-13 20:30:19 +0000
commitc8102d866bda935b34c486fd552286f730d48d77 (patch)
treefef4211bfbad6d7951ca85edbf23a9fb48017366 /INSTALL
parenta79ca72564387cfc6900999191abeb0e4d61cc4b (diff)
downloadhttpd-c8102d866bda935b34c486fd552286f730d48d77.tar.gz
Remove the dexter MPM. This has been replaced with the Perchild MPM.
The two MPMs are basically identical, except that Perchild also allows each child process to have a unique uid/gid combination. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88144 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL2
1 files changed, 0 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index c24dc4747b..f8bb4e2424 100644
--- a/INSTALL
+++ b/INSTALL
@@ -325,8 +325,6 @@
mpmt_pthread ..... Mutli-process(dynamic) Multi-threaded(static)
Unix MPM
prefork .......... Preforking Unix MPM
- dexter ........... Multi-process(static) Multi-threaded(dynamic)
- Unix MPM
perchild ......... Multi-process(static) Multi-threaded(dynamic)
Unix MPM, that allows a User per child process