]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Remove the dexter MPM. This has been replaced with the Perchild MPM.
authorRyan Bloom <rbb@apache.org>
Tue, 13 Feb 2001 20:30:19 +0000 (20:30 +0000)
committerRyan Bloom <rbb@apache.org>
Tue, 13 Feb 2001 20:30:19 +0000 (20:30 +0000)
commit3c8a7b7b3fdd18d8d1472c8865bbef4dbdf0910f
treefef4211bfbad6d7951ca85edbf23a9fb48017366
parente8d65448b611a5332e9add2a148e8112a59315d8
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
16 files changed:
CHANGES
INSTALL
docs/conf/httpd-std.conf
docs/manual/mod/dexter.html [deleted file]
docs/manual/mod/index-bytype.html
docs/manual/mod/index.html
docs/manual/mod/mpm_common.html
docs/manual/mod/perchild.html
server/mpm/MPM.NAMING
server/mpm/config.m4
server/mpm/dexter/Makefile.in [deleted file]
server/mpm/dexter/Makefile.libdir [deleted file]
server/mpm/dexter/config.m4 [deleted file]
server/mpm/dexter/dexter.c [deleted file]
server/mpm/dexter/mpm.h [deleted file]
server/mpm/dexter/mpm_default.h [deleted file]