summaryrefslogtreecommitdiffstats
path: root/server/mpm/MPM.NAMING
diff options
context:
space:
mode:
authorCliff Woolley <jwoolley@apache.org>2001-11-07 06:21:01 +0100
committerCliff Woolley <jwoolley@apache.org>2001-11-07 06:21:01 +0100
commit331a356de9534077470c003b26a558315b847973 (patch)
tree6001321677536a76e3dcd5969a3c38c76f9469d6 /server/mpm/MPM.NAMING
parentCheck the return code properly. (diff)
downloadapache2-331a356de9534077470c003b26a558315b847973.tar.xz
apache2-331a356de9534077470c003b26a558315b847973.zip
A few missing MPM descriptions...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91776 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'server/mpm/MPM.NAMING')
-rw-r--r--server/mpm/MPM.NAMING3
1 files changed, 2 insertions, 1 deletions
diff --git a/server/mpm/MPM.NAMING b/server/mpm/MPM.NAMING
index a716f1dcab..98ee19921d 100644
--- a/server/mpm/MPM.NAMING
+++ b/server/mpm/MPM.NAMING
@@ -15,4 +15,5 @@ The following MPMs currently exist:
winnt ......... Single Process Model with Threading on Windows NT
worker ........ Multi Process model with threads. One acceptor thread,
multiple worker threads.
-
+ netware ....... Multi-threaded MPM for Netware
+ beos .......... Single Process Model with Threading on BeOS