From: Jim Jagielski Date: Tue, 6 Oct 2015 11:07:42 +0000 (+0000) Subject: this is stalled X-Git-Tag: 2.4.17~32 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c1205fb80321808d30d320042b7d99eeac1b0759;p=thirdparty%2Fapache%2Fhttpd.git this is stalled git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1706986 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 87cee3d2516..d2a6986481f 100644 --- a/STATUS +++ b/STATUS @@ -115,28 +115,6 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK: PATCHES PROPOSED TO BACKPORT FROM TRUNK: [ New proposals should be added at the end of the list ] - * core: Add ap_errorlog_provider to make ErrorLog logging modular. This - backport keeps syslog logging as part of httpd core and only adds - API to allow other modules to be used for error logging. - trunk patch: http://svn.apache.org/r1525597 - http://svn.apache.org/r1525664 - http://svn.apache.org/r1525845 - http://svn.apache.org/r1527003 - http://svn.apache.org/r1527005 - http://svn.apache.org/r1532344 - http://svn.apache.org/r1539988 - http://svn.apache.org/r1541029 - http://svn.apache.org/r1543979 - http://svn.apache.org/r1544156 - http://svn.apache.org/r1626978 - 2.4.x patch: http://people.apache.org/~jkaluza/patches/httpd-2.4.x-errorlog_provider.patch - +1: jkaluza - +1: covener w/ doc or code to fix syntax (providername:providerarg not supported like syslog or socacheproviders, - needs 2 args which is not valid in ErrorLog manual) - trawick: nit: fix "writing" in "/* NULL if we are writting to syslog */" - (sorry, haven't finished reviewing completely) - jim: What is the status of this?? - * mod_journald: Add new module mod_journald to log error logs into journald. This patch needs changes done in mod_systemd patch (already proposed for 2.4.x). @@ -263,6 +241,28 @@ PATCHES/ISSUES THAT ARE BEING WORKED PATCHES/ISSUES THAT ARE STALLED + * core: Add ap_errorlog_provider to make ErrorLog logging modular. This + backport keeps syslog logging as part of httpd core and only adds + API to allow other modules to be used for error logging. + trunk patch: http://svn.apache.org/r1525597 + http://svn.apache.org/r1525664 + http://svn.apache.org/r1525845 + http://svn.apache.org/r1527003 + http://svn.apache.org/r1527005 + http://svn.apache.org/r1532344 + http://svn.apache.org/r1539988 + http://svn.apache.org/r1541029 + http://svn.apache.org/r1543979 + http://svn.apache.org/r1544156 + http://svn.apache.org/r1626978 + 2.4.x patch: http://people.apache.org/~jkaluza/patches/httpd-2.4.x-errorlog_provider.patch + +1: jkaluza + +1: covener w/ doc or code to fix syntax (providername:providerarg not supported like syslog or socacheproviders, + needs 2 args which is not valid in ErrorLog manual) + trawick: nit: fix "writing" in "/* NULL if we are writting to syslog */" + (sorry, haven't finished reviewing completely) + jim: What is the status of this?? + * mod_proxy: Add ap_proxy_define_match_worker() and use it for ProxyPassMatch and ProxyMatch section to distinguish between normal workers and workers with regex substitutions in the name. Implement handling of such workers