diff options
author | Ryan Bloom <rbb@apache.org> | 2001-02-16 20:00:24 +0100 |
---|---|---|
committer | Ryan Bloom <rbb@apache.org> | 2001-02-16 20:00:24 +0100 |
commit | e25e1dc44b57949f8c028dbc878bdeb6be9dcc7d (patch) | |
tree | 00b835b4f02fec67ac90dcbb4a380e6b53153bbd /docs/manual/mpm.html.en | |
parent | It would be a beautiful day to go outside, but I have to work. :-( (diff) | |
download | apache2-e25e1dc44b57949f8c028dbc878bdeb6be9dcc7d.tar.xz apache2-e25e1dc44b57949f8c028dbc878bdeb6be9dcc7d.zip |
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.en')
-rw-r--r-- | docs/manual/mpm.html.en | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/manual/mpm.html.en b/docs/manual/mpm.html.en index 4d31d81383..6e9ada1650 100644 --- a/docs/manual/mpm.html.en +++ b/docs/manual/mpm.html.en @@ -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> |