]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
show a little (so called) example for --with-mpm.
authorAndré Malo <nd@apache.org>
Fri, 28 Feb 2003 15:03:40 +0000 (15:03 +0000)
committerAndré Malo <nd@apache.org>
Fri, 28 Feb 2003 15:03:40 +0000 (15:03 +0000)
Submitted by: Luiz Rocha <lsdr@lsdr.net>

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98846 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/install.html.en
docs/manual/install.xml

index 37656bee377f23af310d302588ac7928a56cc1d1..56520e33507c5a7009f8f3cdda7e0ea38a20fff3 100644 (file)
       <dd>Choose the mpm <em>NAME</em>.</dd>
     </dl>
 
+    <p>To activate an MPM called <var>mpm_name</var>, you can use</p>
+
+<div class="example"><p><code>
+     ./configure --with-mpm=<var>mpm_name</var>
+</code></p></div>
+
+
 
 <h3><a name="dbm" id="dbm">DBM</a></h3>
 
index dbc43483c36afc7e62f94491251f990679ca1fd2..52e0f53f4221a2a1c72f70393f14e3d595482095 100644 (file)
 
       <dd>Choose the mpm <em>NAME</em>.</dd>
     </dl>
+
+    <p>To activate an MPM called <var>mpm_name</var>, you can use</p>
+
+<example>
+     ./configure --with-mpm=<var>mpm_name</var>
+</example>
+
 </section>
 
 <section id="dbm"><title>DBM</title>
@@ -583,4 +590,4 @@ seperated by a colon.</dd>
 <example>$ <em>PREFIX</em>/bin/apachectl stop</example>
 </section>
 
-</manualpage>
\ No newline at end of file
+</manualpage>