Re: svn commit: r1341905 - in /httpd/httpd/trunk: CHANGES configure.in support/suexec.c

2012-06-01 Thread Ruediger Pluem
jor...@apache.org wrote: Author: jorton Date: Wed May 23 15:42:33 2012 New Revision: 1341905 URL: http://svn.apache.org/viewvc?rev=1341905view=rev Log: suexec: Add support for logging to syslog as an alternative to a logfile. * support/suexec.c (err_output) [AP_LOG_SYSLOG]: Log to

Re: svn commit: r1341905 - in /httpd/httpd/trunk: CHANGES configure.in support/suexec.c

2012-06-01 Thread Joe Orton
On Fri, Jun 01, 2012 at 11:31:55AM +0200, Ruediger Pluem wrote: jor...@apache.org wrote: --- httpd/httpd/trunk/configure.in (original) +++ httpd/httpd/trunk/configure.in Wed May 23 15:42:33 2012 @@ -703,7 +703,24 @@ APACHE_HELP_STRING(--with-suexec-gidmin, AC_ARG_WITH(suexec-logfile,

Re: svn commit: r1341905 - in /httpd/httpd/trunk: CHANGES configure.in support/suexec.c

2012-05-31 Thread Joe Orton
On Wed, May 30, 2012 at 07:50:44AM +0200, Kaspar Brand wrote: Wouldn't it be preferrable to use LOG_AUTH/LOG_AUTHPRIV instead? suexec's log messages are mostly about authorization, and sometimes include information which should probably be hidden from the eyes of unprivileged users. Good

Re: svn commit: r1341905 - in /httpd/httpd/trunk: CHANGES configure.in support/suexec.c

2012-05-29 Thread Kaspar Brand
On 23.05.2012 17:42, jor...@apache.org wrote: Author: jorton Date: Wed May 23 15:42:33 2012 New Revision: 1341905 URL: http://svn.apache.org/viewvc?rev=1341905view=rev Log: suexec: Add support for logging to syslog as an alternative to a logfile. * support/suexec.c (err_output)