[PATCH] mod_log_config: Allow logging using errorlog provider

2015-04-07 Thread Jan Kaluža
Hi, we have ap_errorlog_provider in the trunk for some time. I was thinking about extending it to mod_log_config, so CustomLog/TransferLog would work with any module providing error_log logging ability like mod_syslog or mod_journald. Attached patch does that by introducing CustomLog

Re: svn commit: r1671918 - in /httpd/httpd/trunk: CHANGES docs/manual/mod/mod_logio.xml modules/loggers/mod_logio.c

2015-04-07 Thread Eric Covener
On Tue, Apr 7, 2015 at 3:01 PM, cove...@apache.org wrote: +return apr_psprintf(r-pool, % APR_TIME_T_FMT, cf-ttfb); Anything better here? -- Eric Covener cove...@gmail.com

Re: svn commit: r1666619 - /httpd/httpd/trunk/server/mpm/motorz/motorz.c

2015-04-07 Thread Yann Ylavic
Maybe a reliable way to remove events would be to use the new functions from r1671957 (something like the example added to testskiplist.c in this commit)? This can't be backported to APR-1.5.x though, so if that's suitable we would have to copy the skiplist's code (back) to httpd (as discussed