summaryrefslogtreecommitdiff
path: root/docs/manual/mod/mpm_netware.xml
diff options
context:
space:
mode:
authorStefan Fritsch <sf@apache.org>2010-10-12 21:12:37 +0000
committerStefan Fritsch <sf@apache.org>2010-10-12 21:12:37 +0000
commit5bcd082e3d0d1e4a533348db6127463e96252fda (patch)
treec24d7200109eb8812eab4b2d86270ebc436a184b /docs/manual/mod/mpm_netware.xml
parentd1da525e055237b2a0d9fa4a11a85d22e4a2ed23 (diff)
downloadhttpd-5bcd082e3d0d1e4a533348db6127463e96252fda.tar.gz
Rename MaxRequestsPerChild to MaxConnectionsPerChild, which
describes more accurately what the directive does. The old name still works but logs a warning. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1021924 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mpm_netware.xml')
-rw-r--r--docs/manual/mod/mpm_netware.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/manual/mod/mpm_netware.xml b/docs/manual/mod/mpm_netware.xml
index 11e4a94f17..5ea65a50f3 100644
--- a/docs/manual/mod/mpm_netware.xml
+++ b/docs/manual/mod/mpm_netware.xml
@@ -55,7 +55,7 @@
href="../misc/perf-tuning.html">performance hints</a>
documentation.</p>
- <p><directive module="mpm_common">MaxRequestsPerChild</directive>
+ <p><directive module="mpm_common">MaxConnectionsPerChild</directive>
controls how frequently the server recycles processes by killing old
ones and launching new ones. On the NetWare OS it is highly
recommended that this directive remain set to 0. This allows worker
@@ -71,7 +71,7 @@
</directivesynopsis>
<directivesynopsis location="mpm_common"><name>MaxMemFree</name>
</directivesynopsis>
-<directivesynopsis location="mpm_common"><name>MaxRequestsPerChild</name>
+<directivesynopsis location="mpm_common"><name>MaxConnectionsPerChild</name>
</directivesynopsis>
<directivesynopsis location="mpm_common"><name>ReceiveBufferSize</name>
</directivesynopsis>