diff options
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> |