diff options
author | Stefan Eissing <icing@apache.org> | 2018-07-23 10:35:18 +0200 |
---|---|---|
committer | Stefan Eissing <icing@apache.org> | 2018-07-23 10:35:18 +0200 |
commit | 53f8626076cb8efda573465d10f0f3005f12a169 (patch) | |
tree | a8f9fa819d5e7f2530abcf4ff6ed4e1b25744feb /docs | |
parent | * Add missing log numbers (diff) | |
download | apache2-53f8626076cb8efda573465d10f0f3005f12a169.tar.xz apache2-53f8626076cb8efda573465d10f0f3005f12a169.zip |
* mark mod_proxy_http2 and mod_md as 'experimental' on their documentation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1836468 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs')
-rw-r--r-- | docs/manual/mod/mod_md.xml | 2 | ||||
-rw-r--r-- | docs/manual/mod/mod_proxy_http2.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/manual/mod/mod_md.xml b/docs/manual/mod/mod_md.xml index cd5b6e5576..a2dc603a31 100644 --- a/docs/manual/mod/mod_md.xml +++ b/docs/manual/mod/mod_md.xml @@ -26,7 +26,7 @@ <description>Managing domains across virtual hosts, certificate provisioning via the ACME protocol </description> - <status>Extension</status> + <status>Experimental</status> <sourcefile>mod_md.c</sourcefile> <identifier>md_module</identifier> <compatibility>Available in version 2.4.30 and later</compatibility> diff --git a/docs/manual/mod/mod_proxy_http2.xml b/docs/manual/mod/mod_proxy_http2.xml index ab79540341..282985b502 100644 --- a/docs/manual/mod/mod_proxy_http2.xml +++ b/docs/manual/mod/mod_proxy_http2.xml @@ -25,7 +25,7 @@ <name>mod_proxy_http2</name> <description>HTTP/2 support module for <module>mod_proxy</module></description> -<status>Extension</status> +<status>Experimental</status> <sourcefile>mod_proxy_http2.c</sourcefile> <identifier>proxy_http2_module</identifier> |