summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAstrid Malo <kess@apache.org>2005-03-28 19:53:24 +0000
committerAstrid Malo <kess@apache.org>2005-03-28 19:53:24 +0000
commit9b6c99d472efc32f6f83018150fc45062c314212 (patch)
tree73f0da663230c8c602706a57f9a18ffb7034a1da
parent7c382621edfe5def51d76f1f8539f8c9a117b6d0 (diff)
downloadhttpd-9b6c99d472efc32f6f83018150fc45062c314212.tar.gz
backport changes from 2.1:
- markup improvement - Deletion of an incomprehensible sentence, because there is no posibility not to choose the MPM at compile time. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@159286 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--docs/manual/mpm.xml11
1 files changed, 5 insertions, 6 deletions
diff --git a/docs/manual/mpm.xml b/docs/manual/mpm.xml
index a2108bf939..30ec624582 100644
--- a/docs/manual/mpm.xml
+++ b/docs/manual/mpm.xml
@@ -63,7 +63,7 @@ how they are used by the Apache HTTP Server.</p>
<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
- <module>worker</module>, while sites requiring
+ <module>worker</module> or <module>event</module>, while sites requiring
stability or compatibility with older software can use a
<module>prefork</module>. In addition,
special features like serving different hosts under different
@@ -83,13 +83,12 @@ how they are used by the Apache HTTP Server.</p>
<p>MPMs must be chosen during configuration, and compiled into
the server. Compilers are capable of optimizing a lot of
functions if threads are used, but only if they know that
- threads are being used. Because some MPMs use threads on Unix
- and others don't, Apache will always perform better if the MPM
- is chosen at configuration time and built into Apache.</p>
+ threads are being used.</p>
<p>To actually choose the desired MPM, use the argument
- --with-mpm= <em>NAME</em> with the <program>configure</program> script.
- <em>NAME</em> is the name of the desired MPM.</p>
+ <code>--with-mpm=<em>NAME</em></code> with the
+ <program>configure</program> script. <em>NAME</em> is the name of the
+ desired MPM.</p>
<p>Once the server has been compiled, it is possible to
determine which MPM was chosen by using <code>./httpd