From: Mike Rumph Date: Wed, 4 Jun 2014 18:02:10 +0000 (+0000) Subject: Remove redundant paragraph and fix grammar errors. X-Git-Tag: 2.4.10~159 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=876547f98aff19ffc99b3806aa94767b1a0e0595;p=apache Remove redundant paragraph and fix grammar errors. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1600400 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 d31146171b..7d1cb3d4bf 100644 --- a/docs/manual/mod/mod_authz_core.html.en +++ b/docs/manual/mod/mod_authz_core.html.en @@ -69,7 +69,7 @@ through the 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.

Example

@@ -190,22 +190,13 @@ Alias /secure /webpages/secure subrequest. Additionally, 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.

Require all

-

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

Require method

-

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.

@@ -246,7 +237,7 @@ Alias /secure /webpages/secure

Require expr

-

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 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.

Example @@ -173,23 +173,13 @@ SetEnvIf User-Agent ^KnockKnock/2\.0 let_me_in subrequest. Additionally, 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.

Require all -

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 @@ -207,7 +197,7 @@ SetEnvIf User-Agent ^KnockKnock/2\.0 let_me_in

Require method -

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.

@@ -234,7 +224,7 @@ SetEnvIf User-Agent ^KnockKnock/2\.0 let_me_in
Require expr -

The expr provider allows to base authorization +

The expr provider allows basing authorization decisions on arbitrary expressions.

@@ -521,11 +511,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/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 sBGroup 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]] svdhEConfigure HTTP response headers HeaderName filenamesvdhBName of the file that will be inserted at the top of the index listing @@ -780,8 +780,8 @@ extensions ...vdhBRemoves 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]] svdhEConfigure HTTP request headers RequestReadTimeout [header=timeout[-maxtimeout][,MinRate=rate]