Return-Path: X-Original-To: apmail-httpd-cvs-archive@www.apache.org Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8FD1C11B60 for ; Mon, 14 Apr 2014 21:18:29 +0000 (UTC) Received: (qmail 65325 invoked by uid 500); 14 Apr 2014 21:18:13 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 65271 invoked by uid 500); 14 Apr 2014 21:18:13 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 65264 invoked by uid 99); 14 Apr 2014 21:18:13 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Apr 2014 21:18:13 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Apr 2014 21:18:12 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 0CAFD238896F; Mon, 14 Apr 2014 21:17:49 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1587324 - in /httpd/httpd/branches/2.4.x/docs/manual/mod: mod_authnz_ldap.xml mod_lua.xml mod_proxy.xml Date: Mon, 14 Apr 2014 21:17:48 -0000 To: cvs@httpd.apache.org From: jailletc36@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20140414211749.0CAFD238896F@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: jailletc36 Date: Mon Apr 14 21:17:48 2014 New Revision: 1587324 URL: http://svn.apache.org/r1587324 Log: Add notes for changes made in version 2.4.5 (and one forgotten in 2.4.8) Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_authnz_ldap.xml httpd/httpd/branches/2.4.x/docs/manual/mod/mod_lua.xml httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy.xml Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_authnz_ldap.xml URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mod_authnz_ldap.xml?rev=1587324&r1=1587323&r2=1587324&view=diff ============================================================================== --- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_authnz_ldap.xml (original) +++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_authnz_ldap.xml Mon Apr 14 21:17:48 2014 @@ -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/progr
 
 #Run /path/to/otherProgram and provide arguments
 AuthLDAPBindPassword "exec:/path/to/otherProgram argument1"
-
+
Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_lua.xml URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mod_lua.xml?rev=1587324&r1=1587323&r2=1587324&view=diff ============================================================================== --- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_lua.xml (original) +++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_lua.xml Mon Apr 14 21:17:48 2014 @@ -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. Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy.xml URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy.xml?rev=1587324&r1=1587323&r2=1587324&view=diff ============================================================================== --- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy.xml (original) +++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy.xml Mon Apr 14 21:17:48 2014 @@ -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"