summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoshua Slive <slive@apache.org>2000-11-17 20:41:20 +0100
committerJoshua Slive <slive@apache.org>2000-11-17 20:41:20 +0100
commit54b84fb3d0f7cd40c5f4c477edb8726350cfaddc (patch)
tree80760c384c17913be761c173d301f98ab205cf1b
parentFirst attempt at MPM documentation. Feedback appreciated. Discussion (diff)
downloadapache2-54b84fb3d0f7cd40c5f4c477edb8726350cfaddc.tar.xz
apache2-54b84fb3d0f7cd40c5f4c477edb8726350cfaddc.zip
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
-rw-r--r--docs/manual/mod/module-dict.html9
-rw-r--r--docs/manual/mod/module-dict.html.en9
2 files changed, 18 insertions, 0 deletions
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:
</P>
<DL>
+ <DT><STRONG>MPM</STRONG>
+ </DT>
+ <DD>A module with status &quot;MPM&quot; is a <a
+ href="../mpm.html">Muti-Processing Module</a>. 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.
+ <P>
+ </P>
<DT><STRONG>Base</STRONG>
</DT>
<DD>A module labeled as having &quot;Base&quot; 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:
</P>
<DL>
+ <DT><STRONG>MPM</STRONG>
+ </DT>
+ <DD>A module with status &quot;MPM&quot; is a <a
+ href="../mpm.html">Muti-Processing Module</a>. 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.
+ <P>
+ </P>
<DT><STRONG>Base</STRONG>
</DT>
<DD>A module labeled as having &quot;Base&quot; status is compiled