summaryrefslogtreecommitdiff
path: root/docs/manual/mpm.html.en
diff options
context:
space:
mode:
authorJeff Trawick <trawick@apache.org>2001-11-19 18:07:28 +0000
committerJeff Trawick <trawick@apache.org>2001-11-19 18:07:28 +0000
commitc229289a216d4b65a921ea733150721537701979 (patch)
tree59bf5503da732eaad7f8124116ec120910fa3511 /docs/manual/mpm.html.en
parentd660c328f7edc7a7324c525bdcea4955556f8e97 (diff)
downloadhttpd-c229289a216d4b65a921ea733150721537701979.tar.gz
Get rid of threaded MPM. This commit has the actual code changes.
The deletes come next. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92036 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mpm.html.en')
-rw-r--r--docs/manual/mpm.html.en2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/mpm.html.en b/docs/manual/mpm.html.en
index 93d0459665..db67792034 100644
--- a/docs/manual/mpm.html.en
+++ b/docs/manual/mpm.html.en
@@ -47,7 +47,7 @@
<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/threaded.html">threaded</a>, while sites requiring
+ href="mod/worker.html">worker</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