diff options
author | Ruediger Pluem <rpluem@apache.org> | 2009-03-27 00:14:02 +0100 |
---|---|---|
committer | Ruediger Pluem <rpluem@apache.org> | 2009-03-27 00:14:02 +0100 |
commit | c606f7b144d779cbce7b5c48d8e31e4f2a09d19f (patch) | |
tree | f191f870043e25f25c8c95f7cc42a2c16f6838e0 /docs/manual/programs/configure.html.en | |
parent | finish removing OS/2 MPM (diff) | |
download | apache2-c606f7b144d779cbce7b5c48d8e31e4f2a09d19f.tar.xz apache2-c606f7b144d779cbce7b5c48d8e31e4f2a09d19f.zip |
* Update transformation.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@758917 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/programs/configure.html.en')
-rw-r--r-- | docs/manual/programs/configure.html.en | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/docs/manual/programs/configure.html.en b/docs/manual/programs/configure.html.en index 533aa52f9a..2f27ac4d11 100644 --- a/docs/manual/programs/configure.html.en +++ b/docs/manual/programs/configure.html.en @@ -325,10 +325,9 @@ option to disable CGI support.</dd> <dt><code>--disable-cgid</code></dt> - <dd>When using the threaded MPMs <code class="module"><a href="../mod/worker.html">worker</a></code> or - <code class="module"><a href="../mod/perchild.html">perchild</a></code> support for CGI scripts is provided by - <code class="module"><a href="../mod/mod_cgid.html">mod_cgid</a></code> by default. To disable CGI support use - this option.</dd> + <dd>When using the threaded MPM <code class="module"><a href="../mod/worker.html">worker</a></code>, + support for CGI scripts is provided by <code class="module"><a href="../mod/mod_cgid.html">mod_cgid</a></code> + by default. To disable CGI support use this option.</dd> <dt><code>--disable-charset-lite</code></dt> <dd>Disable character set translation provided by @@ -660,10 +659,7 @@ exactly one <a href="../mpm.html">Multi-Processing Module</a>. Otherwise the <a href="../mpm.html#defaults">default MPM</a> for your operating system will be taken. Possible MPMs are - <code class="module"><a href="../mod/beos.html">beos</a></code>, <code class="module"><a href="../mod/leader.html">leader</a></code>, - <code class="module"><a href="../mod/mpmt_os2.html">mpmt_os2</a></code>, <code class="module"><a href="../mod/perchild.html">perchild</a></code>, - <code class="module"><a href="../mod/prefork.html">prefork</a></code>, <code class="module"><a href="../mod/threadpool.html">threadpool</a></code> and - <code class="module"><a href="../mod/worker.html">worker</a></code>.</dd> + <code class="module"><a href="../mod/prefork.html">prefork</a></code> and <code class="module"><a href="../mod/worker.html">worker</a></code>.</dd> </dl> |