From: Mike Rumph Require
directive
in the same way as a base authorization provider. Besides the ability to
create and alias an extended provider, it also allows the same extended
- authorization provider to be reference by multiple locations.
+ authorization provider to be referenced by multiple locations.
SetEnvIf
directives
are not separately evaluated in the subrequest due to the API phases
- mod_setenvif
.
-
-
- When the server looks up a path via an internal subrequest,
- such as looking for a DirectoryIndex
or generating a directory listing with
- mod_autoindex
, per-request environment variables are
- not inherited in the subrequest. Additionally, environment
- SetEnvIf
directives
- are not separately evaluated in the subrequest due to the API phases
mod_setenvif
takes action in.
The all
provider mimics the functionality the
+
The all
provider mimics the functionality that
was previously provided by the 'Allow from all' and 'Deny from all'
directives. This provider can take one of two arguments which are
'granted' or 'denied'. The following examples will grant or deny
@@ -221,7 +212,7 @@ Alias /secure /webpages/secure
The method
provider allows to use the HTTP method in
+
The method
provider allows using the HTTP method in
authorization decisions. The GET and HEAD methods are treated as
equivalent. The TRACE method is not available to this provider,
use TraceEnable
instead.
The expr
provider allows to base authorization
+
The expr
provider allows basing authorization
decisions on arbitrary expressions.
Require expr "%{TIME_HOUR} -ge 9 && %{TIME_HOUR} -le 17"@@ -279,11 +270,11 @@ sections.
When authorization is enabled, it is normally inherited by each
subsequent configuration section,
- unless a different set of authorization directives are specified.
+ unless a different set of authorization directives is specified.
This is the default action, which corresponds to an explicit setting
of AuthMerging Off
.
However, there may be circumstances in which is it desirable +
However, there may be circumstances in which it is desirable
for a configuration section's authorization to be combined with
that of its predecessor while configuration sections are being
merged. Two options are available for this case, And
diff --git a/docs/manual/mod/mod_authz_core.xml b/docs/manual/mod/mod_authz_core.xml
index 0a8f97dc46..2c5c1b8083 100644
--- a/docs/manual/mod/mod_authz_core.xml
+++ b/docs/manual/mod/mod_authz_core.xml
@@ -48,7 +48,7 @@
through the
When the server looks up a path via an internal subrequest,
- such as looking for a
The all
provider mimics the functionality the
+
The The The The The When authorization is enabled, it is normally inherited by each
subsequent configuration section,
- unless a different set of authorization directives are specified.
+ unless a different set of authorization directives is specified.
This is the default action, which corresponds to an explicit setting
of However, there may be circumstances in which is it desirable
+ However, there may be circumstances in which it is desirable
for a configuration section's authorization to be combined with
that of its predecessor while configuration sections are being
merged. Two options are available for this case, all
provider mimics the functionality that
was previously provided by the 'Allow from all' and 'Deny from all'
directives. This provider can take one of two arguments which are
'granted' or 'denied'. The following examples will grant or deny
@@ -207,7 +197,7 @@ SetEnvIf User-Agent ^KnockKnock/2\.0 let_me_in
method
provider allows to use the HTTP method in
+ method
provider allows using the HTTP method in
authorization decisions. The GET and HEAD methods are treated as
equivalent. The TRACE method is not available to this provider,
use expr
provider allows to base authorization
+ expr
provider allows basing authorization
decisions on arbitrary expressions.AuthMerging Off
.And
diff --git a/docs/manual/mod/quickreference.html.en b/docs/manual/mod/quickreference.html.en
index 9c978c0c6f..fd6861e492 100644
--- a/docs/manual/mod/quickreference.html.en
+++ b/docs/manual/mod/quickreference.html.en
@@ -458,8 +458,8 @@ will exit.
Group unix-group #-1 s B Group under which the server will answer
requests Header [condition] add|append|echo|edit|edit*|merge|set|setifempty|unset|note
-header [[expr=]value [replacement
-[early|env=[!]varname|expr=expression]]]
+header [[expr=]value [replacement]
+[early|env=[!]varname|expr=expression]]
svdh E Configure HTTP response headers HeaderName filename svdh B
@@ -780,8 +780,8 @@ extensions
...Name of the file that will be inserted at the top
of the index listing vdh B Removes any content type associations for a set of file
extensions RequestHeader add|append|edit|edit*|merge|set|setifempty|unset
-header [[expr=]value [replacement
-[early|env=[!]varname|expr=expression]]]
+header [[expr=]value [replacement]
+[early|env=[!]varname|expr=expression]]
svdh E Configure HTTP request headers RequestReadTimeout
[header=timeout[-maxtimeout][,MinRate=rate]