summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Jaillet <jailletc36@apache.org>2017-05-01 07:53:50 +0000
committerChristophe Jaillet <jailletc36@apache.org>2017-05-01 07:53:50 +0000
commit100788b4b99051e04e6b1ecbd6d223c1e038a9d4 (patch)
tree6e1a6e0b3a1729065853e7dbcb7f213ed17742b6
parentc1147259993cd7402f63ace86bc03e44f1ab1a1b (diff)
downloadhttpd-100788b4b99051e04e6b1ecbd6d223c1e038a9d4.tar.gz
Synch trunk and 2.4 branch (r1735954 in 2.4)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1793288 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--docs/manual/mod/mod_authz_host.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/manual/mod/mod_authz_host.xml b/docs/manual/mod/mod_authz_host.xml
index 27e29cb2f6..31a0735140 100644
--- a/docs/manual/mod/mod_authz_host.xml
+++ b/docs/manual/mod/mod_authz_host.xml
@@ -28,7 +28,7 @@ address)</description>
<status>Base</status>
<sourcefile>mod_authz_host.c</sourcefile>
<identifier>authz_host_module</identifier>
-<compatibility>Available in Apache 2.3 and later</compatibility>
+<compatibility>The <code>forward-dns</code> provider was addded in 2.4.19</compatibility>
<summary>
<p>The authorization providers implemented by <module>mod_authz_host</module> are
@@ -179,6 +179,7 @@ Require forward-dns bla.example.org
<p>A client the IP of which is resolved from the name
<code>bla.example.org</code> will be granted access.</p>
+ <p>The <code>forward-dns</code> provider was added in 2.4.19.</p>
</section>
<section id="reqlocal"><title>Require local</title>