summaryrefslogtreecommitdiff
path: root/docs/manual/mpm.html
diff options
context:
space:
mode:
authorRyan Bloom <rbb@apache.org>2001-02-16 19:00:24 +0000
committerRyan Bloom <rbb@apache.org>2001-02-16 19:00:24 +0000
commite25e1dc44b57949f8c028dbc878bdeb6be9dcc7d (patch)
tree00b835b4f02fec67ac90dcbb4a380e6b53153bbd /docs/manual/mpm.html
parent7feff797578da639051b741b0917675659c70a77 (diff)
downloadhttpd-e25e1dc44b57949f8c028dbc878bdeb6be9dcc7d.tar.gz
Rename the mpmt_pthread module to threaded. This module has moved from
the old mpmt_pthread directory to the new threaded directory. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88199 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mpm.html')
-rw-r--r--docs/manual/mpm.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/manual/mpm.html b/docs/manual/mpm.html
index 4d31d81383..6e9ada1650 100644
--- a/docs/manual/mpm.html
+++ b/docs/manual/mpm.html
@@ -46,7 +46,7 @@ MPMs.</li>
<li>The server can be better customized for the needs of the
particular site. For example, sites that need a great deal of
scalability can choose to use a threaded MPM like <a
-href="mod/mpmt_pthread.html">mpmt_pthread</a>, while sites requiring
+href="mod/threaded.html">threaded</a>, while sites requiring
stability or compatibility with older software can use a <a
href="mod/prefork.html">preforking MPM</a>. In addition, special
features like serving different hosts under different userids
@@ -79,7 +79,7 @@ every module that is compiled into the server, including the MPM.</p>
<ul>
<li> BeOS: mpmt_beos</li>
<li> OS/2: spmt_os2</li>
- <li> Unix: mpmt_pthread </li>
+ <li> Unix: threaded </li>
<li> Windows: winnt</li>
</ul>