From ff6f6024770f55225aa6e872c5535f7f2351666a Mon Sep 17 00:00:00 2001
From: Joshua Slive
Date: Fri, 17 Nov 2000 19:41:20 +0000
Subject: [PATCH] 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
---
docs/manual/mod/module-dict.html | 9 +++++++++
docs/manual/mod/module-dict.html.en | 9 +++++++++
2 files changed, 18 insertions(+)
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
--
2.50.1