From: Christophe Jaillet Date: Mon, 14 Apr 2014 21:17:48 +0000 (+0000) Subject: Add notes for changes made in version 2.4.5 (and one forgotten in... X-Git-Tag: 2.4.10~353 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=754feebdd68ec562bd471e62cc688d347f742c0f;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/branches/2.4.x@1587324 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_authnz_ldap.xml b/docs/manual/mod/mod_authnz_ldap.xml index c43e87d489..5f697e30eb 100644 --- a/docs/manual/mod/mod_authnz_ldap.xml +++ b/docs/manual/mod/mod_authnz_ldap.xml @@ -916,7 +916,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 @@ -929,7 +929,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
 
@@ -938,7 +938,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 55caa7ed78..0673e04728 100644 --- a/docs/manual/mod/mod_lua.xml +++ b/docs/manual/mod/mod_lua.xml @@ -1820,7 +1820,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. @@ -1877,7 +1877,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 7519d3196a..041f460a4f 100644 --- a/docs/manual/mod/mod_proxy.xml +++ b/docs/manual/mod/mod_proxy.xml @@ -529,7 +529,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 @@ -698,7 +698,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"