From 143271d7aab6baad120e45e3210ec7824315e352 Mon Sep 17 00:00:00 2001 From: Rich Bowen Date: Tue, 13 Mar 2012 10:52:00 +0000 Subject: [PATCH] Adds example from mod_authz_host git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1300068 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_authz_core.xml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/manual/mod/mod_authz_core.xml b/docs/manual/mod/mod_authz_core.xml index d7d434ce30..5e17bd090b 100644 --- a/docs/manual/mod/mod_authz_core.xml +++ b/docs/manual/mod/mod_authz_core.xml @@ -284,7 +284,8 @@ an authorization provider.
Access is allowed if expression evaluates to true.
-

Some of the allowed syntaxes provided by mod_authz_user +

Some of the allowed syntaxes provided by mod_authz_user, + mod_authz_host, and mod_authz_groupfile are:

@@ -298,12 +299,15 @@ an authorization provider.
Require valid-user
All valid users can access the resource.
+ +
Require ip 10 172.20 192.168.2
+
Clients in the specified IP address ranges can access the + resource.

Other authorization modules that implement require options include mod_authnz_ldap, mod_authz_dbm, mod_authz_dbd, - mod_authz_host, mod_authz_owner and mod_ssl.

In most cases, for a complete authentication and authorization -- 2.40.0