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-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ff6f6024770f55225aa6e872c5535f7f2351666a;p=apache
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 3e90bbb680..c4d4067523 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 3e90bbb680..c4d4067523 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