You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ja...@apache.org on 2019/01/06 11:36:55 UTC

svn commit: r1850545 - /httpd/httpd/trunk/docs/manual/new_features_2_4.xml

Author: jailletc36
Date: Sun Jan  6 11:36:54 2019
New Revision: 1850545

URL: http://svn.apache.org/viewvc?rev=1850545&view=rev
Log:
Add new modules to the list of the 2.4 new features list

Modified:
    httpd/httpd/trunk/docs/manual/new_features_2_4.xml

Modified: httpd/httpd/trunk/docs/manual/new_features_2_4.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/new_features_2_4.xml?rev=1850545&r1=1850544&r2=1850545&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/new_features_2_4.xml (original)
+++ httpd/httpd/trunk/docs/manual/new_features_2_4.xml Sun Jan  6 11:36:54 2019
@@ -184,9 +184,18 @@
       <dt><module>mod_http2</module> (available since 2.4.17)</dt>
       <dd>Support for the HTTP/2 transport layer.</dd>
 
+      <dt><module>mod_proxy_http2</module> (available since 2.4.19)</dt>
+      <dd>HTTP/2 Protocol backend for <module>mod_proxy</module></dd>
+
       <dt><module>mod_proxy_hcheck</module> (available since 2.4.21)</dt>
       <dd>Support independent dynamic health checks for remote proxiy backend servers.</dd>
 
+      <dt><module>mod_brotli</module> (available since 2.4.26)</dt>
+      <dd>Support the Brotli compression algorithm.</dd>
+
+      <dt><module>mod_md</module> (available since 2.4.30)</dt>
+      <dd>Support the ACME protocol to automate certificate provisionning.</dd>
+
     </dl>
   </section>