From: Vincent Deffontaines
Date: Thu, 18 Sep 2014 19:38:24 +0000 (+0000)
Subject: [doc][2.2] Provide a note related to use of multiple Require directives on some setups
X-Git-Tag: 2.2.30~222
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f22506e3489969b08eabe9b428d9c13b3ca84fcd;p=thirdparty%2Fapache%2Fhttpd.git
[doc][2.2] Provide a note related to use of multiple Require directives on some setups
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1626056 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/core.html.en b/docs/manual/mod/core.html.en
index 664fa166b0d..59fcf2f2a8d 100644
--- a/docs/manual/mod/core.html.en
+++ b/docs/manual/mod/core.html.en
@@ -516,7 +516,7 @@ NoDecode option available in 2.2.18 and later.
separated lists of options that may be set using the Options
command.
Implicit disabling of Options
-
Even though the list of options that may be used in .htaccess files
+
Even though the list of options that may be used in .htaccess files
can be limited with this directive, as long as any Options
directive is allowed any
other inherited option can be disabled by using the non-relative
syntax. In other words, this mechanism cannot force a specific option
@@ -2349,13 +2349,13 @@ resource
return to the client. If more ranges than permitted are requested,
the complete resource is returned instead.
-
+
- default
- Limits the number of ranges to a compile-time default of 200.
-
+
- none
- Range headers are ignored.
-
+
- unlimited
- The server does not limit the number of ranges it is
willing to satisfy.
@@ -2750,6 +2750,14 @@ a resource
</Directory>
+ Combined use of authentication backends
+
Multiple Require
directives do operate as
+ logical "OR", but some underlying authentication modules may require
+ an explicit configuration to let authentication be chained to others.
+ This is typically the case with mod_authnz_ldap
,
+ which exports the AuthzLDAPAuthoritative
in
+ that intent.
+
See also
@@ -3050,7 +3058,7 @@ to name-virtual hosts
(nor for ServerName vs. ServerAlias).
The complete list of names in the VirtualHost
- directive are treated just like a (non wildcard)
+ directive are treated just like a (non wildcard)
ServerAlias
.
diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml
index 69c8b8a1631..f4f01f277ef 100644
--- a/docs/manual/mod/core.xml
+++ b/docs/manual/mod/core.xml
@@ -440,7 +440,7 @@ NoDecode option available in 2.2.18 and later.
module="mod_autoindex">AddIconByEncoding,
AddIconByType,
DefaultIcon, DirectoryIndex, DirectoryIndex, FancyIndexing
, HeaderName,
module="core">Options command.
Implicit disabling of Options
- Even though the list of options that may be used in .htaccess files
- can be limited with this directive, as long as any Even though the list of options that may be used in .htaccess files
+ can be limited with this directive, as long as any Options directive is allowed any
other inherited option can be disabled by using the non-relative
syntax. In other words, this mechanism cannot force a specific option
@@ -2332,13 +2332,13 @@ resource
return to the client. If more ranges than permitted are requested,
the complete resource is returned instead.
-
+
- default
- Limits the number of ranges to a compile-time default of 200.
-
+
- none
- Range headers are ignored.
-
+
- unlimited
- The server does not limit the number of ranges it is
willing to satisfy.
@@ -2693,6 +2693,14 @@ a resource
</Directory>
+ Combined use of authentication backends
+ Multiple Require directives do operate as
+ logical "OR", but some underlying authentication modules may require
+ an explicit configuration to let authentication be chained to others.
+ This is typically the case with mod_authnz_ldap,
+ which exports the AuthzLDAPAuthoritative in
+ that intent.
+
@@ -3018,7 +3026,7 @@ to name-virtual hosts
(nor for ServerName vs. ServerAlias).
The complete list of names in the VirtualHost
- directive are treated just like a (non wildcard)
+ directive are treated just like a (non wildcard)
ServerAlias.