]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
backport changes from 2.1:
authorAstrid Malo <kess@apache.org>
Mon, 28 Mar 2005 19:53:24 +0000 (19:53 +0000)
committerAstrid Malo <kess@apache.org>
Mon, 28 Mar 2005 19:53:24 +0000 (19:53 +0000)
- 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

docs/manual/mpm.xml

index a2108bf939a6311da5c8253ae8c99c76aa1d528d..30ec624582bd112d62246d1f69df1b456e88b7dc 100644 (file)
@@ -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