]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
suexec: Add support for logging to syslog as an alternative to a
authorJoe Orton <jorton@apache.org>
Wed, 23 May 2012 15:42:33 +0000 (15:42 +0000)
committerJoe Orton <jorton@apache.org>
Wed, 23 May 2012 15:42:33 +0000 (15:42 +0000)
commit5a9e4c24a4a60d3dd63b27f6490cd7051f00d62c
tree3b9423158e774337ff18dde2837383f2b7e659ad
parenteb6916d08d1f8fa72928a32915ec090b90338791
suexec: Add support for logging to syslog as an alternative to a
logfile.

* support/suexec.c (err_output) [AP_LOG_SYSLOG]: Log to syslog.
  (main): Close syslog fd if open, before execv.  Add -V output
  for AP_LOG_SYSLOG.

* configure.in: Add --with-suexec-syslog argument; allow
  --without-suexec-logfile to omit definition of AP_LOG_EXEC.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1341905 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
configure.in
support/suexec.c