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 2017/05/01 07:53:50 UTC

svn commit: r1793288 - /httpd/httpd/trunk/docs/manual/mod/mod_authz_host.xml

Author: jailletc36
Date: Mon May  1 07:53:50 2017
New Revision: 1793288

URL: http://svn.apache.org/viewvc?rev=1793288&view=rev
Log:
Synch trunk and 2.4 branch (r1735954 in 2.4)

Modified:
    httpd/httpd/trunk/docs/manual/mod/mod_authz_host.xml

Modified: httpd/httpd/trunk/docs/manual/mod/mod_authz_host.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_authz_host.xml?rev=1793288&r1=1793287&r2=1793288&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_authz_host.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_authz_host.xml Mon May  1 07:53:50 2017
@@ -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>