Navigation Menu

Skip to content

Commit

Permalink
* docs/manual/suexec.html.en: Update for syslog logging.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1341930 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
notroj committed May 23, 2012
1 parent ae356f7 commit 6acd3e1
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions docs/manual/suexec.html.en
Expand Up @@ -433,6 +433,12 @@
"<code>suexec_log</code>" and located in your standard logfile
directory (<code>--logfiledir</code>).</dd>

<dt><code>--with-suexec-syslog</code></dt>

<dd>If defined, suexec will log notices and errors to syslog
instead of a logfile. This option must be combined
with <code>--without-suexec-logfile</code>.</dd>

<dt><code>--with-suexec-safepath=<em>PATH</em></code></dt>

<dd>Define a safe PATH environment to pass to CGI
Expand Down Expand Up @@ -550,9 +556,12 @@ Group webgroup

<p>The suEXEC wrapper will write log information
to the file defined with the <code>--with-suexec-logfile</code>
option as indicated above. If you feel you have configured and
installed the wrapper properly, have a look at this log and the
error_log for the server to see where you may have gone astray.</p>
option as indicated above, or to syslog if <code>--with-suexec-syslog</code>
is used. If you feel you have configured and
installed the wrapper properly, have a look at the log and the
error_log for the server to see where you may have gone astray.
The output of <code>"suexec -V"</code> will show the options
used to compile suexec, if using a binary distribution.</p>

</div><div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif" /></a></div>
<div class="section">
Expand Down Expand Up @@ -641,4 +650,4 @@ if (typeof(prettyPrint) !== 'undefined') {
prettyPrint();
}
//--><!]]></script>
</body></html>
</body></html>

0 comments on commit 6acd3e1

Please sign in to comment.