I was looking install.xml and I thought this could be added to it. It is just 
a little example for the --with-mpm switch and a note, nothing more. 

-- 
Luiz Rocha <[EMAIL PROTECTED]>
http://lsdr.net/
Index: httpd-docs-2.0/manual/install.xml
===================================================================
RCS file: /home/cvspublic/httpd-2.0/docs/manual/install.xml,v
retrieving revision 1.14
diff -u -r1.14 install.xml
--- httpd-docs-2.0/manual/install.xml	17 Dec 2002 17:11:23 -0000	1.14
+++ httpd-docs-2.0/manual/install.xml	13 Feb 2003 00:36:45 -0000
@@ -486,6 +486,20 @@
 
       <dd>Choose the mpm <em>NAME</em>.</dd>
     </dl>
+
+    <note type="warning"><title>Attention</title>It is wise
+    to read the relevant MPM documentation before compiling Apache
+    with a different MPM module. If you're unsure about this, stick
+    with the default.</note>
+
+    <p>To compile the Apache 2.0 using the
+    <module>worker</module> MPM instead of the default 
+    <module>prefork</module>, you can use</p>
+
+<example>
+      ./configure --with-mpm=worker 
+</example>
+
 </section>
 
 <section id="dbm"><title>DBM</title>
@@ -583,4 +597,4 @@
 <example>$ <em>PREFIX</em>/bin/apachectl stop</example>
 </section>
 
-</manualpage>
\ No newline at end of file
+</manualpage>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to