summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Slive <slive@apache.org>2001-08-07 20:34:47 +0000
committerJoshua Slive <slive@apache.org>2001-08-07 20:34:47 +0000
commit509ad5a906003c3118c5ba0a36532ea4dbf3238c (patch)
treeedc0470e49e2274c0f876adc7871f66b44710192
parent03dde07d0457e70678c8e23e7f146b0322140c0a (diff)
downloadhttpd-509ad5a906003c3118c5ba0a36532ea4dbf3238c.tar.gz
prefork is default.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90009 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--docs/manual/mpm.html2
-rw-r--r--docs/manual/mpm.html.en2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/manual/mpm.html b/docs/manual/mpm.html
index 6e9ada1650..787d8b0908 100644
--- a/docs/manual/mpm.html
+++ b/docs/manual/mpm.html
@@ -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: threaded </li>
+ <li> Unix: prefork </li>
<li> Windows: winnt</li>
</ul>
diff --git a/docs/manual/mpm.html.en b/docs/manual/mpm.html.en
index 6e9ada1650..787d8b0908 100644
--- a/docs/manual/mpm.html.en
+++ b/docs/manual/mpm.html.en
@@ -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: threaded </li>
+ <li> Unix: prefork </li>
<li> Windows: winnt</li>
</ul>