summaryrefslogtreecommitdiff
path: root/docs/manual/suexec.html.en
diff options
context:
space:
mode:
Diffstat (limited to 'docs/manual/suexec.html.en')
-rw-r--r--docs/manual/suexec.html.en11
1 files changed, 6 insertions, 5 deletions
diff --git a/docs/manual/suexec.html.en b/docs/manual/suexec.html.en
index 565213c108..d41edbbe1f 100644
--- a/docs/manual/suexec.html.en
+++ b/docs/manual/suexec.html.en
@@ -456,7 +456,8 @@
<p><strong>Setting paranoid permissions</strong><br />
Although the suEXEC wrapper will check to ensure that its
caller is the correct user as specified with the
- <code>--with-suexec-caller</code> configure option, there is
+ <code>--with-suexec-caller</code> <code class="program"><a href="./programs/configure.html">configure</a></code>
+ option, there is
always the possibility that a system or library call suEXEC uses
before this check may be exploitable on your system. To counter
this, and because it is best-practise in general, you should use
@@ -470,7 +471,7 @@
Group webgroup<br />
</code></p></div>
- <p>and <code>suexec</code> is installed at
+ <p>and <code class="program"><a href="./programs/suexec.html">suexec</a></code> is installed at
"/usr/local/apache2/sbin/suexec", you should run:</p>
<div class="example"><p><code>
@@ -486,14 +487,14 @@
suEXEC</a></h2>
<p>Upon startup of Apache, it looks for the file
- <code>suexec</code> in the directory defined by the
+ <code class="program"><a href="./programs/suexec.html">suexec</a></code> in the directory defined by the
<code>--sbindir</code> option (default is
"/usr/local/apache/sbin/suexec"). If Apache finds a properly
configured suEXEC wrapper, it will print the following message
to the error log:</p>
<div class="example"><p><code>
- [notice] suEXEC mechanism enabled (wrapper: <em>/path/to/suexec</em>)
+ [notice] suEXEC mechanism enabled (wrapper: <var>/path/to/suexec</var>)
</code></p></div>
<p>If you don't see this message at server startup, the server is
@@ -505,7 +506,7 @@
restart Apache. Restarting it with a simple HUP or USR1 signal
will not be enough. </p>
<p>If you want to disable suEXEC you should kill and restart
- Apache after you have removed the <code>suexec</code> file. </p>
+ Apache after you have removed the <code class="program"><a href="./programs/suexec.html">suexec</a></code> file.</p>
</div><div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif" /></a></div>
<div class="section">
<h2><a name="usage" id="usage">Using suEXEC</a></h2>