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 13:13:06 UTC

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

Author: covener
Date: Wed Mar 24 13:13:05 2021
New Revision: 1888004

URL: http://svn.apache.org/viewvc?rev=1888004&view=rev
Log:
drive home the purpose of forward-dns

[skip ci]

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=1888004&r1=1888003&r2=1888004&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_authz_host.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_authz_host.xml Wed Mar 24 13:13:05 2021
@@ -173,11 +173,11 @@ Require host .net example.edu
     not used, it will work with clients which use a dynamic DNS service.</p>
 
     <highlight language="config">
-Require forward-dns bla.example.org
+Require forward-dns dynamic.example.org
     </highlight>
 
     <p>A client the IP of which is resolved from the name
-    <code>bla.example.org</code> will be granted access.</p>
+    <code>dynamic.example.org</code> will be granted access.</p>
 
     <p>The <code>forward-dns</code> provider was added in 2.4.19.</p>
 </section>