From: Christophe Jaillet Date: Sun, 13 Apr 2014 16:36:28 +0000 (+0000) Subject: Add notes for changes made in version 2.4.8 + synch formating with... X-Git-Tag: 2.5.0-alpha~4319 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f1ea9af2c6a01806ef2d10669947926600a2d6e2;p=apache Add notes for changes made in version 2.4.8 + synch formating with 2.4.x git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1587032 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_authnz_ldap.xml b/docs/manual/mod/mod_authnz_ldap.xml index de59a0b529..d0a63f89a0 100644 --- a/docs/manual/mod/mod_authnz_ldap.xml +++ b/docs/manual/mod/mod_authnz_ldap.xml @@ -322,7 +322,7 @@ for HTTP Basic authentication. ldap-filter. Other authorization types may also be used but may require that additional authorization modules be loaded.

-

Since v2.5.0, expressions are supported +

Since v2.4.8, expressions are supported within the LDAP require directives.

Require ldap-user diff --git a/docs/manual/mod/mod_authz_dbd.xml b/docs/manual/mod/mod_authz_dbd.xml index 10b9d7572a..0f548ea496 100644 --- a/docs/manual/mod/mod_authz_dbd.xml +++ b/docs/manual/mod/mod_authz_dbd.xml @@ -60,7 +60,7 @@ authorization types with dbd-group, dbd-login and dbd-logout.

-

Since v2.5.0, expressions are supported +

Since v2.4.8, expressions are supported within the DBD require directives.

Require dbd-group diff --git a/docs/manual/mod/mod_authz_dbm.xml b/docs/manual/mod/mod_authz_dbm.xml index 12ab338a4b..dadeac0a99 100644 --- a/docs/manual/mod/mod_authz_dbm.xml +++ b/docs/manual/mod/mod_authz_dbm.xml @@ -44,7 +44,7 @@ a user is allowed to access a resource. mod_authz_dbm extends the authorization types with dbm-group.

-

Since v2.5.0, expressions are supported +

Since v2.4.8, expressions are supported within the DBM require directives.

Require dbm-group @@ -169,4 +169,3 @@ store list of user groups - diff --git a/docs/manual/mod/mod_authz_groupfile.xml b/docs/manual/mod/mod_authz_groupfile.xml index c45941c339..2ab8dd53cf 100644 --- a/docs/manual/mod/mod_authz_groupfile.xml +++ b/docs/manual/mod/mod_authz_groupfile.xml @@ -45,7 +45,7 @@ authorization types with group and group-file.

-

Since v2.5.0, expressions are supported +

Since v2.4.8, expressions are supported within the groupfile require directives.

Require group diff --git a/docs/manual/mod/mod_authz_host.xml b/docs/manual/mod/mod_authz_host.xml index 69ecf3b862..18311e5a84 100644 --- a/docs/manual/mod/mod_authz_host.xml +++ b/docs/manual/mod/mod_authz_host.xml @@ -66,7 +66,7 @@ address) access an area of the server. Access can be controlled by hostname, IP Address, or IP Address range.

-

Since v2.5.0, expressions are supported +

Since v2.4.8, expressions are supported within the host require directives.

Require ip @@ -156,6 +156,7 @@ Require host .net example.edu
Require local +

The local provider allows access to the server if any of the following conditions is true:

diff --git a/docs/manual/mod/mod_authz_user.xml b/docs/manual/mod/mod_authz_user.xml index 6ca5d3a070..7461f15d25 100644 --- a/docs/manual/mod/mod_authz_user.xml +++ b/docs/manual/mod/mod_authz_user.xml @@ -46,7 +46,7 @@ authorization types with user and valid-user.

-

Since v2.5.0, expressions are supported +

Since v2.4.8, expressions are supported within the user require directives.

Require user diff --git a/docs/manual/mod/mod_rewrite.xml b/docs/manual/mod/mod_rewrite.xml index 0510ea7a05..453cdff17a 100644 --- a/docs/manual/mod/mod_rewrite.xml +++ b/docs/manual/mod/mod_rewrite.xml @@ -523,6 +523,8 @@ Alias /myapp /opt/myapp-1.2.3 IS_SUBREQ
HTTPS
REQUEST_SCHEME
+ REMOTE_ADDR
+ CONN_REMOTE_ADDR