summaryrefslogtreecommitdiffstats
path: root/docs/manual/mod/mpm_netware.xml
diff options
context:
space:
mode:
authorJoshua Slive <slive@apache.org>2002-06-14 04:31:01 +0200
committerJoshua Slive <slive@apache.org>2002-06-14 04:31:01 +0200
commit4ec6c6fe3b62593fdab4bd83259bffa7942d12d2 (patch)
tree3b4101b57aa5705df9e1c2c3d35174816bd60883 /docs/manual/mod/mpm_netware.xml
parentScriptSock example (diff)
downloadapache2-4ec6c6fe3b62593fdab4bd83259bffa7942d12d2.tar.xz
apache2-4ec6c6fe3b62593fdab4bd83259bffa7942d12d2.zip
Remove some directive docs from mpm_netware and point them at mpm_common, plus
update the mpm_common docs to deal with multiple meanings for the same directives. In the future, it would be a wise idea not to use the same directive name as another MPM unless the directive really does exactly the same thing in both MPMs. Problem pointed out by: Rich Bowen git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95663 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mpm_netware.xml')
-rw-r--r--docs/manual/mod/mpm_netware.xml48
1 files changed, 6 insertions, 42 deletions
diff --git a/docs/manual/mod/mpm_netware.xml b/docs/manual/mod/mpm_netware.xml
index 88f9bc5643..533b5ed84e 100644
--- a/docs/manual/mod/mpm_netware.xml
+++ b/docs/manual/mod/mpm_netware.xml
@@ -10,8 +10,9 @@
<identifier>mpm_netware_module</identifier>
<summary>
- <p>This Multi-Processing Module (MPM) implements an exclusively threaded web server
- that has been optimized for Novell NetWare.</p>
+ <p>This Multi-Processing Module (MPM) implements an exclusively
+ threaded web server that has been optimized for Novell
+ NetWare.</p>
<p>The main thread is responsible for launching child
worker threads which listen for connections and serve them when they
@@ -66,53 +67,16 @@
</usage>
</directivesynopsis>
-<directivesynopsis>
+<directivesynopsis location="mpm_common">
<name>MaxSpareThreads</name>
-<syntax>MaxSpareThreads <em>number</em></syntax>
-<default>MaxSpareThreads 100</default>
-<contextlist><context>server config</context></contextlist>
-
-<usage>
- <p>The <directive>MaxSpareThreads</directive> directive sets the
- desired maximum number of <em>idle</em> worker threads. An idle
- worker thread is one which is not handling a request. If there are
- more than MaxSpareThreads idle, then the main thread will kill off
- the excess worker threads.</p>
-
- <p>Tuning of this parameter should only be necessary on very
- busy sites. Setting this parameter to a large number is almost
- always a bad idea.</p>
-</usage>
</directivesynopsis>
-<directivesynopsis>
+<directivesynopsis location="mpm_common">
<name>MinSpareThreads</name>
-<syntax>MinSpareThreads <em>number</em></syntax>
-<default>MinSpareThreads 10</default>
-<contextlist><context>server config</context></contextlist>
-
-<usage>
-<p>The <directive>MinSpareThreads</directive> directive sets the
-desired minimum number of <em>idle</em> worker threads. An idle worker
-thread is one which is not handling a request. If there are fewer than
-MinSpareThreads idle, then the main thread spawns new worker.</p>
-
- <p>Tuning of this parameter should only be necessary on very
- busy sites. Setting this parameter to a large number is almost
- always a bad idea.</p>
-</usage>
</directivesynopsis>
-<directivesynopsis>
+<directivesynopsis location="mpm_common">
<name>StartThreads</name>
-<syntax>StartThreads <em>number</em></syntax>
-<default>StartThreads 50</default>
-<contextlist><context>server config</context></contextlist>
-
-<usage>
-<p>The StartThreads directive sets the desired
- number of worker threads to spawn and startup</p>
-</usage>
</directivesynopsis>
<directivesynopsis>