From: Joshua Slive
Date: Fri, 17 Nov 2000 19:41:20 +0000 (+0000)
Subject: I forgot one change for the start of the MPM docs.
X-Git-Tag: APACHE_2_0_ALPHA_8~37
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=54b84fb3d0f7cd40c5f4c477edb8726350cfaddc;p=thirdparty%2Fapache%2Fhttpd.git
I forgot one change for the start of the MPM docs.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86998 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/module-dict.html b/docs/manual/mod/module-dict.html
index 3e90bbb6802..c4d40675234 100644
--- a/docs/manual/mod/module-dict.html
+++ b/docs/manual/mod/module-dict.html
@@ -67,6 +67,15 @@
values for this attribute are:
+ - MPM
+
+ - A module with status "MPM" is a Muti-Processing Module. Unlike the other
+ types of modules, Apache must have one and only one MPM in use at
+ any time. This type of module is responsible for basic request
+ handling and dispatching.
+
+
- Base
- A module labeled as having "Base" status is compiled
diff --git a/docs/manual/mod/module-dict.html.en b/docs/manual/mod/module-dict.html.en
index 3e90bbb6802..c4d40675234 100644
--- a/docs/manual/mod/module-dict.html.en
+++ b/docs/manual/mod/module-dict.html.en
@@ -67,6 +67,15 @@
values for this attribute are:
+ - MPM
+
+ - A module with status "MPM" is a Muti-Processing Module. Unlike the other
+ types of modules, Apache must have one and only one MPM in use at
+ any time. This type of module is responsible for basic request
+ handling and dispatching.
+
+
- Base
- A module labeled as having "Base" status is compiled