From: Astrid Malo Date: Sun, 27 Mar 2005 14:03:24 +0000 (+0000) Subject: Delete an incomprehensible sentence. There is no posibility NOT to choose the MPM... X-Git-Tag: 2.1.5~260 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a0695b5f91af2178cb1ab74b6c85d5e7be13a114;p=apache Delete an incomprehensible sentence. There is no posibility NOT to choose the MPM at compile time. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@159149 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mpm.xml b/docs/manual/mpm.xml index c3725f8d5f..30ec624582 100644 --- a/docs/manual/mpm.xml +++ b/docs/manual/mpm.xml @@ -83,9 +83,7 @@ how they are used by the Apache HTTP Server.

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.

+ threads are being used.

To actually choose the desired MPM, use the argument --with-mpm=NAME with the