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 AEA66200C01 for ; Thu, 19 Jan 2017 20:16:23 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id AD2EE160B54; Thu, 19 Jan 2017 19:16:23 +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 01BF9160B3A for ; Thu, 19 Jan 2017 20:16:22 +0100 (CET) Received: (qmail 34220 invoked by uid 500); 19 Jan 2017 19:16:21 -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 34210 invoked by uid 99); 19 Jan 2017 19:16:21 -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:16:21 +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 7D9AEC0C6D for ; Thu, 19 Jan 2017 19:16:21 +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-eu.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id G9ytGpN045zx for ; Thu, 19 Jan 2017 19:16:19 +0000 (UTC) Received: from resqmta-po-11v.sys.comcast.net (resqmta-po-11v.sys.comcast.net [96.114.154.170]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTPS id 2FEA45F365 for ; Thu, 19 Jan 2017 19:16:19 +0000 (UTC) Received: from resomta-po-04v.sys.comcast.net ([96.114.154.228]) by resqmta-po-11v.sys.comcast.net with SMTP id UI9IcFkaREHPfUIA5ca2E6; Thu, 19 Jan 2017 19:14:17 +0000 Received: from [192.168.199.10] ([69.251.90.98]) by resomta-po-04v.sys.comcast.net with SMTP id UIA4c6KchN4yaUIA4cbKjV; Thu, 19 Jan 2017 19:14:17 +0000 From: Jim Jagielski Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Mac OS X Mail 10.2 \(3259\)) Subject: Re: Summary: Broken FastCGI with httpd Date: Thu, 19 Jan 2017 14:14:15 -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: <12F8D941-5E51-4641-B8A8-9D81D3596A12@jaguNET.com> X-Mailer: Apple Mail (2.3259) X-CMAE-Envelope: MS4wfEXHbP1k34kzpvdMN/MhGD/z7Pp6Ysr402OfpNYPGceHabhIxRBO8eazOPAzx6+VYuQWpSUXREaOdZnUdXvLWvYwLOxZCFj+QUSmiKvEVr3S0AzQWac/ 3hiuHKRxxQ/3KrcnBXa01FyXoacFr4fTcsXwh5YJnkjBn+goJPkseWk4 archived-at: Thu, 19 Jan 2017 19:16:23 -0000 Let me mull this over... basically, we want/need to be able to read into the AddType directive the MIME type and the suffix and then look for the 1st occurance of a "file" with that suffix in the URL path and *assume* that is the actual SCRIPT_NAME. Being aware that this is virtual via the Action directive may actually make that *easier*. It's been awhile since I look at those code paths, and not sure where they all roam and wind, but let me dig in a little.