From: Christophe Jaillet Date: Mon, 14 Apr 2014 21:20:00 +0000 (+0000) Subject: Add notes for changes made in version 2.4.5 (and one forgotten in... X-Git-Tag: 2.5.0-alpha~4308 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b4fd93a0ffff0e28738a442b32dc793a67ce3888;p=apache Add notes for changes made in version 2.4.5 (and one forgotten in 2.4.8) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1587325 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_authnz_ldap.xml b/docs/manual/mod/mod_authnz_ldap.xml index d0a63f89a0..652deffbe6 100644 --- a/docs/manual/mod/mod_authnz_ldap.xml +++ b/docs/manual/mod/mod_authnz_ldap.xml @@ -915,7 +915,7 @@ to perform a DN lookup directory.htaccess AuthConfig -exec: was added in 2.4.6. +exec: was added in 2.4.5.

A bind password to use in conjunction with the bind DN. Note @@ -928,7 +928,7 @@ to perform a DN lookup

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.

-
+
 #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"
-
+
diff --git a/docs/manual/mod/mod_lua.xml b/docs/manual/mod/mod_lua.xml index 6c0fc8999c..030ed231f1 100644 --- a/docs/manual/mod/mod_lua.xml +++ b/docs/manual/mod/mod_lua.xml @@ -1831,7 +1831,7 @@ end Provide a Lua function for content input filtering LuaInputFilter filter_name /path/to/lua/script.lua function_name server config -2.5.0 and later +2.4.5 and later

Provides a means of adding a Lua function as an input filter. @@ -1888,7 +1888,7 @@ filters" for more information. Provide a Lua function for content output filtering LuaOutputFilter filter_name /path/to/lua/script.lua function_name server config -2.5.0 and later +2.4.5 and later

Provides a means of adding a Lua function as an output filter. diff --git a/docs/manual/mod/mod_proxy.xml b/docs/manual/mod/mod_proxy.xml index 26a8bf89ce..4f9625cc5f 100644 --- a/docs/manual/mod/mod_proxy.xml +++ b/docs/manual/mod/mod_proxy.xml @@ -546,7 +546,7 @@ proxied resources type="section">Proxy directive, except it matches URLs using regular expressions.

-

From 2.5.0 onwards, named groups and backreferences are captured and +

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 expressions and modules like @@ -715,7 +715,7 @@ expressions ProxyPassInherit On|Off ProxyPassInherit On server configvirtual host - ProxyPassInherit is only available in Apache HTTP Server 2.5.0 and later. + ProxyPassInherit is only available in Apache HTTP Server 2.4.5 and later. and later.

This directive will cause the current server/vhost to "inherit"