Commit ac61ef46 authored by Stefan Fritsch's avatar Stefan Fritsch
Browse files

comment mod_systemd


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1732940 13f79535-47bb-0310-9956-ffa450edef68
parent 9fb2a4f2
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -285,6 +285,11 @@ PATCHES/ISSUES THAT ARE STALLED
                  http://svn.apache.org/r1618588
     2.4.x patch: http://people.apache.org/~jkaluza/patches/mod_systemd/httpd-2.4.x-mod_systemd.patch
     +1: jkaluza
     sf comments: The IdleShutdown logic seems broken. Consider a single
                  active connection that is stalled for 10 seconds. That
                  connection will be broken after GracefulShutdownTimeout.
                  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