]> 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:36:28 +0000 (16:36 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Sun, 13 Apr 2014 16:36:28 +0000 (16:36 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1587032 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 de59a0b5292dbdfb0c7fb2f43463c41218d316f3..d0a63f89a0825fd845930d0237f2aa47a1337ebc 100644 (file)
@@ -322,7 +322,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 10b9d7572ac278928661cc3c902ab4c2d6f02947..0f548ea496849a1e7ff7a0c472b1c8e68e02c8c3 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>
index 12ab338a4b71ec5bdf49930211420ba08a76d6b1..dadeac0a995b84158776df45c32ec515b3daf062 100644 (file)
@@ -44,7 +44,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>
@@ -169,4 +169,3 @@ store list of user groups</description>
 </directivesynopsis>
 
 </modulesynopsis>
-
index c45941c33958910a74f0fcad978e1ada631cc361..2ab8dd53cf6c2bd0de721df31c0fd644b6fe3afb 100644 (file)
@@ -45,7 +45,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 69ecf3b862322cb679c4392fd36e5de7afe50fe1..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>
 
index 6ca5d3a0707e572f4cb3bd092580438072202087..7461f15d2597911d0e42608514df25ecf0a5141f 100644 (file)
@@ -46,7 +46,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 0510ea7a05e717833961b4cb6a40c6ed901a4ca0..453cdff17a4ec6d8492c09ef466231ff7b9d2f10 100644 (file)
@@ -523,6 +523,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>