diff options
author | Ryan Bloom <rbb@apache.org> | 2001-02-13 20:30:19 +0000 |
---|---|---|
committer | Ryan Bloom <rbb@apache.org> | 2001-02-13 20:30:19 +0000 |
commit | c8102d866bda935b34c486fd552286f730d48d77 (patch) | |
tree | fef4211bfbad6d7951ca85edbf23a9fb48017366 /INSTALL | |
parent | a79ca72564387cfc6900999191abeb0e4d61cc4b (diff) | |
download | httpd-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-- | INSTALL | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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 |