summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Jagielski <jim@apache.org>2017-04-19 08:27:01 +0000
committerJim Jagielski <jim@apache.org>2017-04-19 08:27:01 +0000
commit16e95d954989281c014650b1f4ad45dfe366217d (patch)
tree8e9f0423f2c418a9275724fee6f46a3c67c22fc2
parent3078ffc79fe1a7817bf750849787510747b28851 (diff)
downloadhttpd-16e95d954989281c014650b1f4ad45dfe366217d.tar.gz
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
-rw-r--r--STATUS18
1 files changed, 5 insertions, 13 deletions
diff --git a/STATUS b/STATUS
index 5b6d9c6525..76015d43eb 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