summaryrefslogtreecommitdiffstats
path: root/docs/manual/misc
diff options
context:
space:
mode:
authorBrian Havard <bjh@apache.org>2009-08-16 14:03:34 +0200
committerBrian Havard <bjh@apache.org>2009-08-16 14:03:34 +0200
commitb975e90af408e2e14574ef234daae3a7a87f8620 (patch)
treeda5687a337730605e90d78e63673d98e7b336766 /docs/manual/misc
parentUpdated vhost .fr translations, and added the mass missing file. (diff)
downloadapache2-b975e90af408e2e14574ef234daae3a7a87f8620.tar.xz
apache2-b975e90af408e2e14574ef234daae3a7a87f8620.zip
Bring OS/2 MPM back from the dead.
Reverses r758899. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@804678 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/misc')
-rw-r--r--docs/manual/misc/perf-tuning.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/manual/misc/perf-tuning.xml b/docs/manual/misc/perf-tuning.xml
index 52895557c9..21605c184b 100644
--- a/docs/manual/misc/perf-tuning.xml
+++ b/docs/manual/misc/perf-tuning.xml
@@ -432,7 +432,8 @@
<a href="../mpm.html">Multi-Processing Modules</a> (MPMs).
When building Apache, you must choose an MPM to use. There
are platform-specific MPMs for some platforms:
- <module>mpm_netware</module> and <module>mpm_winnt</module>. For
+ <module>mpm_netware</module>,
+ <module>mpmt_os2</module>, and <module>mpm_winnt</module>. For
general Unix-type systems, there are several MPMs from which
to choose. The choice of MPM can affect the speed and scalability
of the httpd:</p>