Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 9E285200C41 for ; Fri, 24 Mar 2017 15:02:53 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 9C867160B93; Fri, 24 Mar 2017 14:02:53 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 1517C160B82 for ; Fri, 24 Mar 2017 15:02:52 +0100 (CET) Received: (qmail 8066 invoked by uid 500); 24 Mar 2017 14:02:52 -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 8057 invoked by uid 99); 24 Mar 2017 14:02:52 -0000 Received: from Unknown (HELO svn01-us-west.apache.org) (209.188.14.144) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Mar 2017 14:02:52 +0000 Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id 9F3A53A08FD for ; Fri, 24 Mar 2017 14:02:51 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1788450 - in /httpd/test/framework/trunk/t: conf/proxy.conf.in modules/proxy_fcgi.t Date: Fri, 24 Mar 2017 14:02:51 -0000 To: cvs@httpd.apache.org From: jim@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20170324140251.9F3A53A08FD@svn01-us-west.apache.org> archived-at: Fri, 24 Mar 2017 14:02:53 -0000 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@ - = 2.5.0> + = 2.4.26> # ProxyFCGISetEnvIf tests 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;