]> granicus.if.org Git - apache/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)
commitcc9eab4c92d66e8e0f6fa169a2641858f92de951
tree3b9423158e774337ff18dde2837383f2b7e659ad
parent17cf457f89849273f45a6274977ee86f398e8964
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