]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
CGIVar now in 2.4.x branch
authorJeff Trawick <trawick@apache.org>
Wed, 27 Apr 2016 13:03:31 +0000 (13:03 +0000)
committerJeff Trawick <trawick@apache.org>
Wed, 27 Apr 2016 13:03:31 +0000 (13:03 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1741251 13f79535-47bb-0310-9956-ffa450edef68

CHANGES
docs/manual/mod/core.xml

diff --git a/CHANGES b/CHANGES
index fe4beff086806143b614713d511550a6ebe879f4..df02a284c8dd62df90d7be749787bb28c334fc0b 100644 (file)
--- 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]
 
index d82de86dc492433ed129d63b5a5a6acd93697fd4..cecf5e327607f9597ad6c6e3ee58bfe43f4fec63 100644 (file)
@@ -635,7 +635,7 @@ variables</description>
 <contextlist><context>directory</context><context>.htaccess</context>
 </contextlist>
 <override>FileInfo</override>
-<compatibility>Available in Apache HTTP Server 2.5 and later</compatibility>
+<compatibility>Available in Apache HTTP Server 2.4.21 and later</compatibility>
 
 <usage>
   <p>This directive controls how some CGI variables are set.</p>