diff options
Diffstat (limited to 'docs/manual/misc')
-rw-r--r-- | docs/manual/misc/perf-tuning.xml | 3 |
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> |