Commit b9c6b859 authored by Astrid Kessler's avatar Astrid Kessler
Browse files

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
parent cee16ceb
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -83,9 +83,7 @@ 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
      <code>--with-mpm=<em>NAME</em></code> with the