1
0
mirror of https://github.com/apache/httpd.git synced 2026-01-26 19:01:35 +03:00
Files
apache/server/mpm/worker/config5.m4
Ryan Bloom f6371b63d9 Add the worker MPM. The name is probably horrible, but I couldn't come
up with anything better.  This is a multiple-worker/single listener MPM.
This MPM is definately not complete, but it is a first step in the
right direction.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89781 13f79535-47bb-0310-9956-ffa450edef68
2001-07-30 05:02:53 +00:00

6 lines
163 B
Plaintext

dnl ## XXX - Need a more thorough check of the proper flags to use
if test "$MPM_NAME" = "worker" ; then
APACHE_FAST_OUTPUT(server/mpm/$MPM_NAME/Makefile)
fi