From: Rich Bowen Date: Tue, 13 Mar 2012 10:49:53 +0000 (+0000) Subject: rebuild xhtml X-Git-Tag: 2.5.0-alpha~7382 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=19b4867fafdbed8ad621f5ad3b30ae39f8de5e68;p=apache rebuild xhtml git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1300066 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_authz_core.html.en b/docs/manual/mod/mod_authz_core.html.en index 12808382ad..acfdb0626c 100644 --- a/docs/manual/mod/mod_authz_core.html.en +++ b/docs/manual/mod/mod_authz_core.html.en @@ -421,7 +421,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:

@@ -435,12 +436,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