Commit 809e06bc authored by Jim Jagielski's avatar Jim Jagielski
Browse files

Bump this up as a proposed backport again... mod_journald is

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
parent 02ad11ff
Loading
Loading
Loading
Loading
+5 −13
Original line number Diff line number Diff line
@@ -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