]> granicus.if.org Git - apache/commitdiff
Bump this up as a proposed backport again... mod_journald is
authorJim Jagielski <jim@apache.org>
Wed, 19 Apr 2017 08:27:01 +0000 (08:27 +0000)
committerJim Jagielski <jim@apache.org>
Wed, 19 Apr 2017 08:27:01 +0000 (08:27 +0000)
self-contained and does not require any mod_systemd integration
at all.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1791876 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 5b6d9c6525a04d59bbf5b4450e5ee9c0f9e8aa2b..76015d43eb66f1e4d6b8942a4ac6c9c86f747892 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -182,6 +182,11 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      2.4.x patch: trunk works 
      +1: icing, steffen
 
+   * mod_journald: Add new module mod_journald to log error logs into journald.
+     trunk patch: http://svn.apache.org/r1610339
+                  http://svn.apache.org/r1621806
+     2.4.x patch: http://people.apache.org/~jkaluza/patches/httpd-2.4.x-mod_journald.patch
+     +1: jkaluza, jim
 
 PATCHES/ISSUES THAT ARE BEING WORKED
   [ New entried should be added at the START of the list ]
@@ -360,19 +365,6 @@ PATCHES/ISSUES THAT ARE STALLED
                   A better logic would be to check if there is any open
                   connection that is not in keep-alive state.
 
-   * 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).
-     trunk patch: http://svn.apache.org/r1610339
-                  http://svn.apache.org/r1621806
-     2.4.x patch: http://people.apache.org/~jkaluza/patches/httpd-2.4.x-mod_journald.patch
-     +1: jkaluza, jim
-     rjung, minfrin: Not understanding "This patch needs changes done in
-                     mod_systemd patch", am I right in understanding this patch is
-                     already committed?
-     jkaluza: No, that patch is not committed yet. It is in STALLED section.
-              The link for that patch is: http://people.apache.org/~jkaluza/patches/mod_systemd/httpd-2.4.x-mod_systemd.patch
-
    * core: Add support for systemd socket activation.
      trunk patch: http://svn.apache.org/r1511033
                   http://svn.apache.org/r1608686