From: Christophe Jaillet
Date: Sun, 13 Apr 2014 16:33:31 +0000 (+0000)
Subject: Add notes for changes made in version 2.4.8 + synch formating with...
X-Git-Tag: 2.4.10~360
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b2fc01f6126dc066c609614e7dbe5f94fda25218;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/branches/2.4.x@1587031 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/mod_authnz_ldap.xml b/docs/manual/mod/mod_authnz_ldap.xml
index 91acb9656d..c43e87d489 100644
--- a/docs/manual/mod/mod_authnz_ldap.xml
+++ b/docs/manual/mod/mod_authnz_ldap.xml
@@ -31,7 +31,7 @@ for HTTP Basic authentication.
Available in version 2.1 and later
- This module provides authentication front-ends such as
+
This module allows authentication front-ends such as
mod_auth_basic to authenticate users through
an ldap directory.
@@ -323,7 +323,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 e878cb28a4..982221c55e 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
@@ -117,12 +117,12 @@ For usage details, see the configuration example below.
-Client Login
+Client Login integration
Some administrators may wish to implement client-side session
management that works in concert with the server-side login/logout
capabilities offered by this module, for example, by setting or unsetting
-an HTTP cookie or other such token when a user logs in or out.
-To support such integration, mod_authz_dbd exports an
+an HTTP cookie or other such token when a user logs in or out.
+To support such integration, mod_authz_dbd exports an
optional hook that will be run whenever a user's status is updated in
the database. Other session management modules can then use the hook
to implement functions that start and end client-side sessions.
diff --git a/docs/manual/mod/mod_authz_dbm.xml b/docs/manual/mod/mod_authz_dbm.xml
index 60233262df..cb727b8799 100644
--- a/docs/manual/mod/mod_authz_dbm.xml
+++ b/docs/manual/mod/mod_authz_dbm.xml
@@ -37,6 +37,7 @@
Require
+
The Require Directives
Apache's Require
@@ -44,7 +45,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
@@ -87,6 +88,7 @@ instead of group
:
</Directory>
+
AuthDBMGroupFile
Sets the name of the database file containing the list
diff --git a/docs/manual/mod/mod_authz_groupfile.xml b/docs/manual/mod/mod_authz_groupfile.xml
index 1099776d49..5737356b18 100644
--- a/docs/manual/mod/mod_authz_groupfile.xml
+++ b/docs/manual/mod/mod_authz_groupfile.xml
@@ -46,7 +46,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 bd4515a3d3..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:
@@ -172,6 +173,7 @@ Require host .net example.edu
Require local
+
Security Note
diff --git a/docs/manual/mod/mod_authz_user.xml b/docs/manual/mod/mod_authz_user.xml
index 86711f4c7d..3c7dd9eb82 100644
--- a/docs/manual/mod/mod_authz_user.xml
+++ b/docs/manual/mod/mod_authz_user.xml
@@ -47,7 +47,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 207abf1a3f..5260f5a23e 100644
--- a/docs/manual/mod/mod_rewrite.xml
+++ b/docs/manual/mod/mod_rewrite.xml
@@ -525,6 +525,8 @@ Alias /myapp /opt/myapp-1.2.3
IS_SUBREQ
HTTPS
REQUEST_SCHEME
+ REMOTE_ADDR
+ CONN_REMOTE_ADDR