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-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1ce5def19bb9ed0362cf54c51cae5a691c9b62ef;p=thirdparty%2Fapache%2Fhttpd.git 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 de59a0b5292..d0a63f89a08 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 10b9d7572ac..0f548ea4968 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 12ab338a4b7..dadeac0a995 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 c45941c3395..2ab8dd53cf6 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 69ecf3b8623..18311e5a849 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 6ca5d3a0707..7461f15d259 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 0510ea7a05e..453cdff17a4 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