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 4F01E200C01 for ; Thu, 19 Jan 2017 20:15:46 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 4D92C160B54; Thu, 19 Jan 2017 19:15:46 +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 96918160B3A for ; Thu, 19 Jan 2017 20:15:45 +0100 (CET) Received: (qmail 29853 invoked by uid 500); 19 Jan 2017 19:15:39 -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 29843 invoked by uid 99); 19 Jan 2017 19:15:39 -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; Thu, 19 Jan 2017 19:15:39 +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 2CC3EC0C6D for ; Thu, 19 Jan 2017 19:15:39 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.651 X-Spam-Level: X-Spam-Status: No, score=0.651 tagged_above=-999 required=6.31 tests=[RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H2=-0.001, 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 1ttnDuPZ0nCM for ; Thu, 19 Jan 2017 19:15:34 +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 3B47D5F3BC for ; Thu, 19 Jan 2017 19:15:34 +0000 (UTC) Received: from resomta-po-11v.sys.comcast.net ([96.114.154.235]) by resqmta-po-01v.sys.comcast.net with SMTP id UI65cizcgqjBEUI6pckRNY; Thu, 19 Jan 2017 19:10:55 +0000 Received: from [192.168.199.10] ([69.251.90.98]) by resomta-po-11v.sys.comcast.net with SMTP id UI6ocFk9pM7mdUI6ocFEum; Thu, 19 Jan 2017 19:10:54 +0000 From: Jim Jagielski Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 10.2 \(3259\)) Subject: Re: Summary: Broken FastCGI with httpd Date: Thu, 19 Jan 2017 14:10:53 -0500 References: <9335c87a-ff39-5c0d-4d82-ba239b6e0248@gmail.com> <68B8CB99-D049-4C9D-80FC-A9BD24FAF37C@greenbytes.de> <6699836C-96A0-45AD-90A7-AF0894CB7F26@jaguNET.com> <8d174737-ae1a-34d7-dc89-a8393f91be37@gmail.com> <258f9933-4a2e-b0c7-c24b-97091612380c@gmail.com> To: dev@httpd.apache.org In-Reply-To: <258f9933-4a2e-b0c7-c24b-97091612380c@gmail.com> Message-Id: X-Mailer: Apple Mail (2.3259) X-CMAE-Envelope: MS4wfKk4HQzUrMlIWo/TvwNUptYOq+9JW/oADP41vsWxwqToQCRFnXvZ14bTD7+pBQNxdkMBei1MsTGmvA3TCHQIpp9VIl+n18bPiG1gDegvvBTrRBhvcbpy nfjdReivTNZtWeBfK7mwkRUxQX0p1XBX/eQ/u+H6A8Aq2X4Lg/vEabuC archived-at: Thu, 19 Jan 2017 19:15:46 -0000 > On Jan 19, 2017, at 1:00 PM, Jacob Champion = wrote: >=20 >> Would it make sense, mostly from a PHP point-of-view, to send >> something like SCRIPT_FILENAME_RAW (or even >> APACHE_SCRIPT_FILENAME)... Or does that simply complicate an already >> fuzzy and nebulous situation? >=20 > I think it probably makes things worse. It's just one more = non-standard variable for us to maintain and backends to manipulate. >=20 The idea is that they would get the "raw" URL... the whole thing. Complete and unfiltered. Yeah, maybe not :)=