]> granicus.if.org Git - apache/commit
Begin to sanitize the MPM configuration directives. Now, all
authorRyan Bloom <rbb@apache.org>
Mon, 13 Aug 2001 04:57:35 +0000 (04:57 +0000)
committerRyan Bloom <rbb@apache.org>
Mon, 13 Aug 2001 04:57:35 +0000 (04:57 +0000)
commit80061453105e045ebb91d0a78e2b88a50340a910
treed4e02b00e4b3fb743989cd7ae487be2083925944
parent999e8ff2bda793db6317f2915cdde44a135e9c12
Begin to sanitize the MPM configuration directives.  Now, all
MPMs use the same functions for all common MPM directives.  This
should make it easier to catch all bugs in these directives once.

Everybody should check their favorite MPM to ensure that it still
compiles, and that these directives work.  This is a big patch, and
although it looks good, and things compiled for me, that is no
garauntee that it will work on all platforms.  :-)

Submitted by: Cody Sherr <csherr@covalent.net>

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90132 13f79535-47bb-0310-9956-ffa450edef68
21 files changed:
CHANGES
include/mpm_common.h
os/unix/unixd.c
server/core.c
server/listen.c
server/mpm/beos/beos.c
server/mpm/beos/mpm.h
server/mpm/experimental/perchild/mpm.h
server/mpm/experimental/perchild/perchild.c
server/mpm/perchild/mpm.h
server/mpm/perchild/perchild.c
server/mpm/prefork/mpm.h
server/mpm/prefork/prefork.c
server/mpm/spmt_os2/mpm.h
server/mpm/spmt_os2/spmt_os2.c
server/mpm/threaded/mpm.h
server/mpm/threaded/threaded.c
server/mpm/winnt/mpm.h
server/mpm/worker/mpm.h
server/mpm/worker/worker.c
server/mpm_common.c