]> granicus.if.org Git - apache/commitdiff
Add <compatibility> notes for changes made in version 2.4.8 + synch formating with...
authorChristophe Jaillet <jailletc36@apache.org>
Sun, 13 Apr 2014 16:33:31 +0000 (16:33 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Sun, 13 Apr 2014 16:33:31 +0000 (16:33 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1587031 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_authnz_ldap.xml
docs/manual/mod/mod_authz_dbd.xml
docs/manual/mod/mod_authz_dbm.xml
docs/manual/mod/mod_authz_groupfile.xml
docs/manual/mod/mod_authz_host.xml
docs/manual/mod/mod_authz_user.xml
docs/manual/mod/mod_rewrite.xml

index 91acb9656d3e2899e8e364e4a58e6a1e792912c6..c43e87d48944feaedb642eb045014906109c8144 100644 (file)
@@ -31,7 +31,7 @@ for HTTP Basic authentication.</description>
 <compatibility>Available in version 2.1 and later</compatibility>
 
 <summary>
-    <p>This module provides authentication front-ends such as
+    <p>This module allows authentication front-ends such as
     <module>mod_auth_basic</module> to authenticate users through
     an ldap directory.</p>
 
@@ -323,7 +323,7 @@ for HTTP Basic authentication.</description>
     <code>ldap-filter</code>.  Other authorization types may also be
     used but may require that additional authorization modules be loaded.</p>
 
-    <p>Since v2.5.0, <a href="../expr.html">expressions</a> are supported
+    <p>Since v2.4.8, <a href="../expr.html">expressions</a> are supported
     within the LDAP require directives.</p>
 
 <section id="requser"><title>Require ldap-user</title>
index e878cb28a498a5e34ffe1a86bd0ff61ebb09719f..982221c55ef16da9493dd88076aa3b149261e7da 100644 (file)
@@ -60,7 +60,7 @@
     authorization types with <code>dbd-group</code>, <code>dbd-login</code> and
     <code>dbd-logout</code>.</p>
 
-    <p>Since v2.5.0, <a href="../expr.html">expressions</a> are supported
+    <p>Since v2.4.8, <a href="../expr.html">expressions</a> are supported
     within the DBD require directives.</p>
 
 <section id="reqgroup"><title>Require dbd-group</title>
@@ -117,12 +117,12 @@ For usage details, see the configuration example below.</p>
 </section>
 
 <section id="client">
-<title>Client Login</title>
+<title>Client Login integration</title>
 <p>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, <module>mod_authz_dbd</module> exports an
+an HTTP cookie or other such token when a user logs in or out.</p>
+<p>To support such integration, <module>mod_authz_dbd</module> 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.</p>
index 60233262df4fdda75bab366db63f5f578c800d03..cb727b87999deb4cb27ad4b8b7b2a2ed3d067d9f 100644 (file)
@@ -37,6 +37,7 @@
 </summary>
 
 <seealso><directive module="mod_authz_core">Require</directive></seealso>
+
 <section id="requiredirectives"><title>The Require Directives</title>
 
     <p>Apache's <directive module="mod_authz_core">Require</directive>
@@ -44,7 +45,7 @@
     a user is allowed to access a resource.  mod_authz_dbm extends the
     authorization types with <code>dbm-group</code>.</p>
 
-    <p>Since v2.5.0, <a href="../expr.html">expressions</a> are supported
+    <p>Since v2.4.8, <a href="../expr.html">expressions</a> are supported
     within the DBM require directives.</p>
 
 <section id="reqgroup"><title>Require dbm-group</title>
@@ -87,6 +88,7 @@ instead of <code>group</code>:</em>
 &lt;/Directory&gt;
 </highlight>
 </section>
+
 <directivesynopsis>
 <name>AuthDBMGroupFile</name>
 <description>Sets the name of the database file containing the list
index 1099776d492fbe2348a06aa1d701ddf2d45929ec..5737356b1862fb57a60a99fcf59294c95190d523 100644 (file)
@@ -46,7 +46,7 @@
     authorization types with <code>group</code> and <code>group-file</code>.
     </p>
 
-    <p>Since v2.5.0, <a href="../expr.html">expressions</a> are supported
+    <p>Since v2.4.8, <a href="../expr.html">expressions</a> are supported
     within the groupfile require directives.</p>
 
 <section id="reqgroup"><title>Require group</title>
index bd4515a3d331f92bf96074719741a90e9dc64f67..18311e5a849b75842ef80e7e90b9889820557ef8 100644 (file)
@@ -66,7 +66,7 @@ address)</description>
     access an area of the server. Access can be controlled by
     hostname, IP Address, or IP Address range.</p>
 
-    <p>Since v2.5.0, <a href="../expr.html">expressions</a> are supported
+    <p>Since v2.4.8, <a href="../expr.html">expressions</a> are supported
     within the host require directives.</p>
 
 <section id="reqip"><title>Require ip</title>
@@ -156,6 +156,7 @@ Require host .net example.edu
 </section>
 
 <section id="reqlocal"><title>Require local</title>
+
     <p>The <code>local</code> provider allows access to the server if any
     of the following conditions is true:</p>
 
@@ -172,6 +173,7 @@ Require host .net example.edu
     <highlight language="config">
     Require local
     </highlight>
+
 </section>
 
 <section id="proxy"><title>Security Note</title>
index 86711f4c7ddbbf136c0a1a9d0b884f5cd17015dc..3c7dd9eb82f50fdc07c7671bb457a67d74880c50 100644 (file)
@@ -47,7 +47,7 @@
     authorization types with <code>user</code> and <code>valid-user</code>.
     </p>
 
-    <p>Since v2.5.0, <a href="../expr.html">expressions</a> are supported
+    <p>Since v2.4.8, <a href="../expr.html">expressions</a> are supported
     within the user require directives.</p>
 
 <section id="requser"><title>Require user</title>
index 207abf1a3fa0aa51739f6624c854c370662a27ce..5260f5a23e15862b15bd9fc67f4f6182aaa5ae62 100644 (file)
@@ -525,6 +525,8 @@ Alias /myapp /opt/myapp-1.2.3
                  IS_SUBREQ<br />
                  HTTPS<br />
                  REQUEST_SCHEME<br />
+                 REMOTE_ADDR<br />
+                 CONN_REMOTE_ADDR<br />
               </td>
             </tr>
           </table>