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 7BA2C200CB7 for ; Fri, 30 Jun 2017 18:43:20 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 78EA2160BEB; Fri, 30 Jun 2017 16:43:20 +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 C04EC160BE8 for ; Fri, 30 Jun 2017 18:43:19 +0200 (CEST) Received: (qmail 2221 invoked by uid 500); 30 Jun 2017 16:43:18 -0000 Mailing-List: contact dev-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 dev@httpd.apache.org Received: (qmail 2208 invoked by uid 99); 30 Jun 2017 16:43:18 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Jun 2017 16:43:18 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 43031C0F8E for ; Fri, 30 Jun 2017 16:43:18 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.652 X-Spam-Level: X-Spam-Status: No, score=0.652 tagged_above=-999 required=6.31 tests=[RCVD_IN_DNSWL_NONE=-0.0001, SPF_NEUTRAL=0.652] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id gS6rz7nz6Gz5 for ; Fri, 30 Jun 2017 16:43:17 +0000 (UTC) Received: from resqmta-po-01v.sys.comcast.net (resqmta-po-01v.sys.comcast.net [96.114.154.160]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTPS id 387805F54F for ; Fri, 30 Jun 2017 16:43:17 +0000 (UTC) Received: from resomta-po-14v.sys.comcast.net ([96.114.154.238]) by resqmta-po-01v.sys.comcast.net with SMTP id QyzRdHGTbPbiuQz0gdd4B6; Fri, 30 Jun 2017 16:43:10 +0000 Received: from [192.168.199.10] ([69.251.90.98]) by resomta-po-14v.sys.comcast.net with SMTP id Qz0fdFHhFWGiLQz0gd3iqw; Fri, 30 Jun 2017 16:43:10 +0000 From: Jim Jagielski Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\)) Subject: FastCGI env-vars Date: Fri, 30 Jun 2017 12:43:09 -0400 References: <20170629180651.616643A060B@svn01-us-west.apache.org> To: dev@httpd.apache.org In-Reply-To: Message-Id: X-Mailer: Apple Mail (2.3273) X-CMAE-Envelope: MS4wfJhvcWOXbNXvmgT4lp1yLEqBFzYDYDJjVJ42eMTmXsMS4OY/WqXlyhXnGVus2Ye6s5/NLoYaB3wk+rRCGX8/iPTi4MFu4y1qx9F04zRqe3r6rhfAsoLw uEYsKSR8Zpgm44Ch8eQcvDACM1UW4nM2fv/9hMTodq1AHu/5B97K4haA archived-at: Fri, 30 Jun 2017 16:43:20 -0000 In any case, I think HEAD of the perl test framework is finally in shape to test and catch expectations regarding how we handle FCGI env-vars, both in "generic" situations as well as how php-fpm sees/expects them. At least, the current rev "passes" all tests based on my assumptions on what those expected values should be (based on my reading of the RFCs and the examples given in the various PRs)... Currently we test FastCGI as implemented in Perl, php-fpm using Location and Action/Handler, and php-fpm with "standard" ProxyPass. We have room for corrections and/or more tests :)