From: Jeff Trawick Date: Wed, 27 Apr 2016 13:03:31 +0000 (+0000) Subject: CGIVar now in 2.4.x branch X-Git-Tag: 2.5.0-alpha~1696 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=868ec4b010d08d8e74ca273411784c5e572fea46;p=thirdparty%2Fapache%2Fhttpd.git CGIVar now in 2.4.x branch git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1741251 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index fe4beff0868..df02a284c8d 100644 --- a/CHANGES +++ b/CHANGES @@ -42,10 +42,6 @@ Changes with Apache 2.5.0 *) mpm: Generalise the ap_mpm_register_socket functions to accept pipes or sockets. [Graham Leggett] - *) core: New CGIVar directive can configure REQUEST_URI to represent the - current URI being processed instead of always the original request. - [Jeff Trawick] - *) core: Extend support for setting aside data from the network input filter to any connection or request input filter. [Graham Leggett] diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml index d82de86dc49..cecf5e32760 100644 --- a/docs/manual/mod/core.xml +++ b/docs/manual/mod/core.xml @@ -635,7 +635,7 @@ variables directory.htaccess FileInfo -Available in Apache HTTP Server 2.5 and later +Available in Apache HTTP Server 2.4.21 and later

This directive controls how some CGI variables are set.