]> granicus.if.org Git - apache/commitdiff
show a little (so called) example for --with-mpm.
authorAndre Malo <nd@apache.org>
Fri, 28 Feb 2003 14:57:37 +0000 (14:57 +0000)
committerAndre Malo <nd@apache.org>
Fri, 28 Feb 2003 14:57:37 +0000 (14:57 +0000)
Submitted by: Luiz Rocha <lsdr@lsdr.net>

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

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

index 4449ec7b663364890a1ca1cf40951885e1885b3c..2ff2a0a6c2694de4580ca9fc3d561d079a70737c 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 be20494bb12450d061fe477cd2c312cd19fb52bd..d979904e01e967a27ebff517eee382262a5cf287 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>