summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorEric Covener <covener@apache.org>2021-03-24 14:13:05 +0100
committerEric Covener <covener@apache.org>2021-03-24 14:13:05 +0100
commit4f9956d00913ba6fe94a32d6968822e6a417e44a (patch)
tree49fb9c7b964956c3fe55f432e6fe188f90582992 /docs
parentpull in forward-dns example from authz_host (diff)
downloadapache2-4f9956d00913ba6fe94a32d6968822e6a417e44a.tar.xz
apache2-4f9956d00913ba6fe94a32d6968822e6a417e44a.zip
drive home the purpose of forward-dns
[skip ci] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1888004 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs')
-rw-r--r--docs/manual/mod/mod_authz_host.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/manual/mod/mod_authz_host.xml b/docs/manual/mod/mod_authz_host.xml
index 1eb9bf536f..d3ee7e328c 100644
--- a/docs/manual/mod/mod_authz_host.xml
+++ b/docs/manual/mod/mod_authz_host.xml
@@ -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>