From: Eric Covener Date: Wed, 24 Mar 2021 12:52:36 +0000 (+0000) Subject: Merge r1888002 from trunk: X-Git-Tag: 2.4.47~52 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=33a54c56ad59c9ddaeaacb0d821beabf76925fd9;p=thirdparty%2Fapache%2Fhttpd.git Merge r1888002 from trunk: 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/branches/2.4.x@1888003 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_authz_core.xml b/docs/manual/mod/mod_authz_core.xml index 09e968ef3b3..8a45a71df84 100644 --- a/docs/manual/mod/mod_authz_core.xml +++ b/docs/manual/mod/mod_authz_core.xml @@ -316,6 +316,11 @@ an authorization provider.
Require ip 10 172.20 192.168.2
Clients in the specified IP address ranges can access the resource.
+ +
Require forward-dns dynamic.example.org
+
A client the IP of which is resolved from the name dynamic.example.org will be granted access. +
+

Other authorization modules that implement require options