]> granicus.if.org Git - apache/commitdiff
Add <compatibility> notes for changes made in version 2.4.5 (and one forgotten in...
authorChristophe Jaillet <jailletc36@apache.org>
Mon, 14 Apr 2014 21:20:00 +0000 (21:20 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Mon, 14 Apr 2014 21:20:00 +0000 (21:20 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1587325 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_authnz_ldap.xml
docs/manual/mod/mod_lua.xml
docs/manual/mod/mod_proxy.xml

index d0a63f89a0825fd845930d0237f2aa47a1337ebc..652deffbe63382ebf7aa20663c1122d6259d13e1 100644 (file)
@@ -915,7 +915,7 @@ to perform a DN lookup</description>
 <contextlist><context>directory</context><context>.htaccess</context>
 </contextlist>
 <override>AuthConfig</override>
-<compatibility><em>exec:</em> was added in 2.4.6.</compatibility>
+<compatibility><em>exec:</em> was added in 2.4.5.</compatibility>
 
 <usage>
     <p>A bind password to use in conjunction with the bind DN. Note
@@ -928,7 +928,7 @@ to perform a DN lookup</description>
     <p>If the value begins with exec: the resulting command will be
     executed and the first line returned to standard output by the
     program will be used as the password.</p>
-<example><pre>
+<highlight language="config">
 #Password used as-is
 AuthLDAPBindPassword secret
 
@@ -937,7 +937,7 @@ AuthLDAPBindPassword exec:/path/to/program
 
 #Run /path/to/otherProgram and provide arguments
 AuthLDAPBindPassword "exec:/path/to/otherProgram argument1"
-</pre></example>
+</highlight>
 
 </usage>
 </directivesynopsis>
index 6c0fc8999cc66d987c7b54cce189fd2f1cc8a04e..030ed231f19c21ce12f25ca78c978245e3a1ef26 100644 (file)
@@ -1831,7 +1831,7 @@ end
 <description>Provide a Lua function for content input filtering</description>
 <syntax>LuaInputFilter filter_name /path/to/lua/script.lua function_name</syntax>
 <contextlist><context>server config</context> </contextlist>
-<compatibility>2.5.0 and later</compatibility>
+<compatibility>2.4.5 and later</compatibility>
 
 <usage>
 <p>Provides a means of adding a Lua function as an input filter. 
@@ -1888,7 +1888,7 @@ filters</a>" for more information.
 <description>Provide a Lua function for content output filtering</description>
 <syntax>LuaOutputFilter filter_name /path/to/lua/script.lua function_name</syntax>
 <contextlist><context>server config</context> </contextlist>
-<compatibility>2.5.0 and later</compatibility>
+<compatibility>2.4.5 and later</compatibility>
 
 <usage>
 <p>Provides a means of adding a Lua function as an output filter. 
index 26a8bf89ce44f686f9088d3436e9a9ae7eef3fa5..4f9625cc5f3ff52bf18c717ca048886764d20a56 100644 (file)
@@ -546,7 +546,7 @@ proxied resources</description>
     type="section">Proxy</directive> directive, except it matches URLs
     using <glossary ref="regex">regular expressions</glossary>.</p>
 
-    <p>From 2.5.0 onwards, named groups and backreferences are captured and
+    <p>From 2.4.8 onwards, named groups and backreferences are captured and
     written to the environment with the corresponding name prefixed with
     "MATCH_" and in upper case. This allows elements of URLs to be referenced
     from within <a href="../expr.html">expressions</a> and modules like
@@ -715,7 +715,7 @@ expressions</description>
     <syntax>ProxyPassInherit On|Off</syntax>
     <default>ProxyPassInherit On</default>
     <contextlist><context>server config</context><context>virtual host</context></contextlist>
-    <compatibility>ProxyPassInherit is only available in Apache HTTP Server 2.5.0 and later.
+    <compatibility>ProxyPassInherit is only available in Apache HTTP Server 2.4.5 and later.
         and later.</compatibility>
     <usage>
         <p>This directive will cause the current server/vhost to "inherit"