From 45902a95c04ce3cc8544f7b6d244aeab5e708bf1 Mon Sep 17 00:00:00 2001 From: Eric Covener Date: Wed, 24 Mar 2021 12:51:59 +0000 Subject: [PATCH] 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 --- docs/manual/mod/mod_authz_core.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/manual/mod/mod_authz_core.xml b/docs/manual/mod/mod_authz_core.xml index c92d1e7eb32..1d17343e421 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 -- 2.47.3