diff options
author | Eric Covener <covener@apache.org> | 2021-03-24 13:51:59 +0100 |
---|---|---|
committer | Eric Covener <covener@apache.org> | 2021-03-24 13:51:59 +0100 |
commit | 45902a95c04ce3cc8544f7b6d244aeab5e708bf1 (patch) | |
tree | eefdc0db53a9af9371c88762d0301ef6fbfb7461 /docs | |
parent | Make sure that conn->keepalive is NOT reset after being set in ap_read_reques... (diff) | |
download | apache2-45902a95c04ce3cc8544f7b6d244aeab5e708bf1.tar.xz apache2-45902a95c04ce3cc8544f7b6d244aeab5e708bf1.zip |
pull in forward-dns example from authz_host
lots of people miss it reading the doc for Require in authz_core only
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1888002 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs')
-rw-r--r-- | docs/manual/mod/mod_authz_core.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/manual/mod/mod_authz_core.xml b/docs/manual/mod/mod_authz_core.xml index c92d1e7eb3..1d17343e42 100644 --- a/docs/manual/mod/mod_authz_core.xml +++ b/docs/manual/mod/mod_authz_core.xml @@ -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 |