From: Andre Malo Date: Fri, 28 Feb 2003 14:57:37 +0000 (+0000) Subject: show a little (so called) example for --with-mpm. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc37b68f0cc8171cbd5f021ac1b0415f968718de;p=thirdparty%2Fapache%2Fhttpd.git show a little (so called) example for --with-mpm. Submitted by: Luiz Rocha git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98845 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/install.html.en b/docs/manual/install.html.en index 4449ec7b663..2ff2a0a6c26 100644 --- a/docs/manual/install.html.en +++ b/docs/manual/install.html.en @@ -494,6 +494,13 @@
Choose the mpm NAME.
+

To activate an MPM called mpm_name, you can use

+ +

+ ./configure --with-mpm=mpm_name +

+ +

DBM

diff --git a/docs/manual/install.xml b/docs/manual/install.xml index be20494bb12..d979904e01e 100644 --- a/docs/manual/install.xml +++ b/docs/manual/install.xml @@ -486,6 +486,13 @@
Choose the mpm NAME.
+ +

To activate an MPM called mpm_name, you can use

+ + + ./configure --with-mpm=mpm_name + +
DBM @@ -583,4 +590,4 @@ seperated by a colon. $ PREFIX/bin/apachectl stop
- \ No newline at end of file +