You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ji...@apache.org on 2017/03/24 14:02:51 UTC

svn commit: r1788450 - in /httpd/test/framework/trunk/t: conf/proxy.conf.in modules/proxy_fcgi.t

Author: jim
Date: Fri Mar 24 14:02:51 2017
New Revision: 1788450

URL: http://svn.apache.org/viewvc?rev=1788450&view=rev
Log:
Now in 2.4.26-dev

Modified:
    httpd/test/framework/trunk/t/conf/proxy.conf.in
    httpd/test/framework/trunk/t/modules/proxy_fcgi.t

Modified: httpd/test/framework/trunk/t/conf/proxy.conf.in
URL: http://svn.apache.org/viewvc/httpd/test/framework/trunk/t/conf/proxy.conf.in?rev=1788450&r1=1788449&r2=1788450&view=diff
==============================================================================
--- httpd/test/framework/trunk/t/conf/proxy.conf.in (original)
+++ httpd/test/framework/trunk/t/conf/proxy.conf.in Fri Mar 24 14:02:51 2017
@@ -50,7 +50,7 @@
   Define FCGI_PORT @NextAvailablePort@
 
   <VirtualHost proxy_fcgi>
-    <IfVersion >= 2.5.0>
+    <IfVersion >= 2.4.26>
       # ProxyFCGISetEnvIf tests
       <Location /fcgisetenv>
         SetHandler proxy:fcgi://127.0.0.1:${FCGI_PORT}

Modified: httpd/test/framework/trunk/t/modules/proxy_fcgi.t
URL: http://svn.apache.org/viewvc/httpd/test/framework/trunk/t/modules/proxy_fcgi.t?rev=1788450&r1=1788449&r2=1788450&view=diff
==============================================================================
--- httpd/test/framework/trunk/t/modules/proxy_fcgi.t (original)
+++ httpd/test/framework/trunk/t/modules/proxy_fcgi.t Fri Mar 24 14:02:51 2017
@@ -10,7 +10,7 @@ plan tests => 7,
         'mod_proxy_fcgi',
         'FCGI',
         'IO::Select',
-        need_min_apache_version('2.5.0')
+        need_min_apache_version('2.4.26')
      );
 
 require FCGI;