You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by co...@apache.org on 2021/03/24 12:51:59 UTC

svn commit: r1888002 - /httpd/httpd/trunk/docs/manual/mod/mod_authz_core.xml

Author: covener
Date: Wed Mar 24 12:51:59 2021
New Revision: 1888002

URL: http://svn.apache.org/viewvc?rev=1888002&view=rev
Log:
pull in forward-dns example from authz_host

lots of people miss it reading the doc for Require in authz_core only


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

Modified: httpd/httpd/trunk/docs/manual/mod/mod_authz_core.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_authz_core.xml?rev=1888002&r1=1888001&r2=1888002&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_authz_core.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_authz_core.xml Wed Mar 24 12:51:59 2021
@@ -316,6 +316,11 @@ an authorization provider.</description>
       <dt><code>Require ip 10 172.20 192.168.2</code></dt>
       <dd>Clients in the specified IP address ranges can access the
       resource.</dd>
+
+      <dt><code>Require forward-dns dynamic.example.org</code></dt>
+      <dd>A client the IP of which is resolved from the name dynamic.example.org will be granted access.
+      </dd>
+
     </dl>
 
     <p>Other authorization modules that implement require options