You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ji...@apache.org on 2015/10/06 13:07:43 UTC

svn commit: r1706986 - /httpd/httpd/branches/2.4.x/STATUS

Author: jim
Date: Tue Oct  6 11:07:42 2015
New Revision: 1706986

URL: http://svn.apache.org/viewvc?rev=1706986&view=rev
Log:
this is stalled

Modified:
    httpd/httpd/branches/2.4.x/STATUS

Modified: httpd/httpd/branches/2.4.x/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/STATUS?rev=1706986&r1=1706985&r2=1706986&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Tue Oct  6 11:07:42 2015
@@ -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