]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
update after backport of current mod_md
authorStefan Eissing <icing@apache.org>
Fri, 25 Oct 2019 13:28:13 +0000 (13:28 +0000)
committerStefan Eissing <icing@apache.org>
Fri, 25 Oct 2019 13:28:13 +0000 (13:28 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1868931 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 6a738ce08236276031b8c4c73ff5bed1ed0d70be..a3c749453bff1708303e1ecbc4d7db46318bfe1c 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -4,20 +4,6 @@ Changes with Apache 2.5.1
   *) mod_proxy_http: Fix 100-continue deadlock for spooled request bodies,
      leading to Request Timeout (408).  PR 63855.  [Yann Ylavic]
 
-  *) mod_md: Adding the several new features.
-     The module offers an implementation of OCSP Stapling that can replace fully or
-     for a limited set of domains the existing one from mod_ssl. OCSP handling
-     is part of mod_md's monitoring and message notifications. If can be used
-     for sites that do not have ACME certificates.
-     The url for a CTLog Monitor can be configured. It is used in the server-status
-     to link to the external status page of a certicate.
-     The MDMessageCmd is called with argument "installed" when a new certificate
-     has been activated on server restart/reload. This allows for processing of
-     the new certificate, for example to applications that require it in different
-     locations or formats.
-     [Stefan Eissing] 
-     
-
   *) mod_deflate, mod_brotli: honor "Accept-Encoding: foo;q=0" as per RFC 7231; which
      means 'foo' is "not acceptable".  PR 58158 [Chistophe Jaillet]