From: Joe Orton
Date: Wed, 23 May 2012 16:06:02 +0000 (+0000)
Subject: * docs/manual/suexec.html.en: Update for syslog logging.
X-Git-Tag: 2.5.0-alpha~6794
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c82d3e4180e7fbc0783f306b53c877a4ac2f2ba0;p=thirdparty%2Fapache%2Fhttpd.git
* docs/manual/suexec.html.en: Update for syslog logging.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1341930 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/suexec.html.en b/docs/manual/suexec.html.en
index 3ada5d54e16..bec41dfa1e5 100644
--- a/docs/manual/suexec.html.en
+++ b/docs/manual/suexec.html.en
@@ -433,6 +433,12 @@
"suexec_log
" and located in your standard logfile
directory (--logfiledir
).
+ --with-suexec-syslog
+
+ If defined, suexec will log notices and errors to syslog
+ instead of a logfile. This option must be combined
+ with --without-suexec-logfile
.
+
--with-suexec-safepath=PATH
Define a safe PATH environment to pass to CGI
@@ -550,9 +556,12 @@ Group webgroup
The suEXEC wrapper will write log information
to the file defined with the --with-suexec-logfile
- 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.
+ option as indicated above, or to syslog if --with-suexec-syslog
+ 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 "suexec -V"
will show the options
+ used to compile suexec, if using a binary distribution.

@@ -641,4 +650,4 @@ if (typeof(prettyPrint) !== 'undefined') {
prettyPrint();
}
//-->
-