diff options
Diffstat (limited to 'docs/manual/mod/mod_authz_host.html.en.utf8')
-rw-r--r-- | docs/manual/mod/mod_authz_host.html.en.utf8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/manual/mod/mod_authz_host.html.en.utf8 b/docs/manual/mod/mod_authz_host.html.en.utf8 index cd0343ad58..98f5482d86 100644 --- a/docs/manual/mod/mod_authz_host.html.en.utf8 +++ b/docs/manual/mod/mod_authz_host.html.en.utf8 @@ -180,11 +180,11 @@ Require host .net example.edu</pre> work with host names, not domain names. However, as the reverse DNS is not used, it will work with clients which use a dynamic DNS service.</p> - <pre class="prettyprint lang-config">Require forward-dns bla.example.org</pre> + <pre class="prettyprint lang-config">Require forward-dns dynamic.example.org</pre> <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> @@ -243,7 +243,7 @@ var comments_identifier = 'http://httpd.apache.org/docs/trunk/mod/mod_authz_host } })(window, document); //--><!]]></script></div><div id="footer"> -<p class="apache">Copyright 2020 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p> +<p class="apache">Copyright 2021 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p> <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/quickreference.html">Directives</a> | <a href="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); |