Return-Path: Delivered-To: apmail-httpd-docs-archive@httpd.apache.org Received: (qmail 65731 invoked by uid 500); 13 Feb 2003 00:41:23 -0000 Mailing-List: contact docs-help@httpd.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: docs@httpd.apache.org Delivered-To: mailing list docs@httpd.apache.org Received: (qmail 65720 invoked from network); 13 Feb 2003 00:41:23 -0000 From: Luiz Rocha Reply-To: lsdr@lsdr.net Organization: LSDR.net To: "apache-docs" Subject: MPM installation example Date: Wed, 12 Feb 2003 22:44:49 -0200 User-Agent: KMail/1.4.3 X-Mail-Sender: LSDR MIME-Version: 1.0 Content-Type: Multipart/Mixed; boundary="------------Boundary-00=_P228E6X8ZJHLGEIQX7GR" Message-Id: <200302122244.49469.lsdr@lsdr.net> X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N --------------Boundary-00=_P228E6X8ZJHLGEIQX7GR Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 8bit 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 http://lsdr.net/ --------------Boundary-00=_P228E6X8ZJHLGEIQX7GR Content-Type: text/x-diff; charset="us-ascii"; name="install-mpm-example.patch" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="install-mpm-example.patch" 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 @@
Choose the mpm NAME.
+ + AttentionIt 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. + +

To compile the Apache 2.0 using the + worker MPM instead of the default + prefork, you can use

+ + + ./configure --with-mpm=worker + +
DBM @@ -583,4 +597,4 @@ $ PREFIX/bin/apachectl stop
- \ No newline at end of file + --------------Boundary-00=_P228E6X8ZJHLGEIQX7GR Content-Type: text/plain; charset=us-ascii --------------------------------------------------------------------- To unsubscribe, e-mail: docs-unsubscribe@httpd.apache.org For additional commands, e-mail: docs-help@httpd.apache.org --------------Boundary-00=_P228E6X8ZJHLGEIQX7GR--