From: Jim Jagielski Date: Wed, 19 Apr 2017 08:27:01 +0000 (+0000) Subject: Bump this up as a proposed backport again... mod_journald is X-Git-Tag: 2.4.26~142 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=16e95d954989281c014650b1f4ad45dfe366217d;p=thirdparty%2Fapache%2Fhttpd.git 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 --- diff --git a/STATUS b/STATUS index 5b6d9c6525a..76015d43eb6 100644 --- 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