diff options
author | Joshua Slive <slive@apache.org> | 2004-03-25 20:16:24 +0100 |
---|---|---|
committer | Joshua Slive <slive@apache.org> | 2004-03-25 20:16:24 +0100 |
commit | f4887a358b28c70dcf9ab76e490f72118fb76d68 (patch) | |
tree | 1d8871dbaca9d532f0aef0967dd8fa1c1850ba62 /docs/manual/programs/configure.xml | |
parent | * server/core.c (core_output_filter): Tag the deferred_write pool. (diff) | |
download | apache2-f4887a358b28c70dcf9ab76e490f72118fb76d68.tar.xz apache2-f4887a358b28c70dcf9ab76e490f72118fb76d68.zip |
Intergrate Kess' configure docs in the docs tree and,
in particular, integrate them into install.xml by removing
large chunks of that document and making it a summary
with pointers into configure.xml.
(I also snuck in the odd fix to both install.xml and
configure.xml. Sorry for the mix.)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103154 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/programs/configure.xml')
-rw-r--r-- | docs/manual/programs/configure.xml | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/docs/manual/programs/configure.xml b/docs/manual/programs/configure.xml index 4b2ec990c6..e449609f84 100644 --- a/docs/manual/programs/configure.xml +++ b/docs/manual/programs/configure.xml @@ -29,10 +29,10 @@ particular platform. Various options allow the compilation of a server corresponding to your personal requirements.</p> - <p>This script, included in the root directory of the distribution, - is for compilation on Unix and Unix-like systems only. For other - platforms, see the <a href="../platform/">platform</a> - documentation.</p> + <p>This script, included in the root directory of the source + distribution, is for compilation on Unix and Unix-like systems + only. For other platforms, see the <a + href="../platform/">platform</a> documentation.</p> </summary> <seealso><a href="../install.html">Compiling and Installing</a></seealso> @@ -795,12 +795,14 @@ libraries integrated. Otherwise the support binaries are linked dynamically by default.</dd> - <dt><code>--enable-suexec</code></dt> + <dt><code>--enable-suexec</code></dt> <dd>Use this option to enable <code><a - href="suexec.html">suexec</a></code>, which allows you to set uid - and gid for spawned processes. Further options to configure - <code>suexec</code> are described <a href="#suexec">below</a>.</dd> - </dl> + href="suexec.html">suexec</a></code>, which allows you to set + uid and gid for spawned processes. <strong>Do not use this + option unless you understand all the security implications of + running a suid binary on your server.</strong> Further options + to configure <code>suexec</code> are described <a + href="#suexec">below</a>.</dd> </dl> <p>It is possible to create a statically linked binary of a single support program by using the following options:</p> |