Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:77070 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 84898 invoked from network); 5 Sep 2014 12:55:04 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 Sep 2014 12:55:04 -0000 Authentication-Results: pb1.pair.com smtp.mail=phofstetter@sensational.ch; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=phofstetter@sensational.ch; sender-id=pass Received-SPF: pass (pb1.pair.com: domain sensational.ch designates 195.226.6.199 as permitted sender) X-PHP-List-Original-Sender: phofstetter@sensational.ch X-Host-Fingerprint: 195.226.6.199 mail.sensational.ch Received: from [195.226.6.199] ([195.226.6.199:50445] helo=mail.sensational.ch) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 26/41-12208-5A2B9045 for ; Fri, 05 Sep 2014 08:55:02 -0400 Received: from mail-qc0-f169.google.com ([209.85.216.169]:37571) by mail.sensational.ch with esmtps (TLS1.0:RSA_ARCFOUR_SHA1:16) (Exim 4.76 and XAMS 0.0.20) id 1XPt07-0004dn-8G for internals@lists.php.net; Fri, 05 Sep 2014 14:52:27 +0200 Received: by mail-qc0-f169.google.com with SMTP id l6so12233732qcy.0 for ; Fri, 05 Sep 2014 05:54:57 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type; bh=nD20NwLCNGIvo3yjjzrihM+vi2yZeOwMvM1565ViAqc=; b=hVcPss0NwTzk9UW4+SAw59tdGfbMhPFSluV4z2N8txQO+vvBgVtG1AHZUZEabVm5XI bhiYgW7iF5BA5QzidcUauIlzP/51FOgK53Yb1/RexyN6jpfUuvgHd83II2r3TEbnnMw8 cUQ8KomTTZmLcmNNHSDC/QTQhJ9uflbC5xxbgomO2t2mv5vv56h3Ph8WP9elMN21CgtL ZyeLM1367HsV1rYhVmOPauRB5PQZjeywMM43jbX4FDfxj46nBsgt0AstPM0NH4VtZZmO tnslyd/UJiGYpSSdHBDGE9s32sgX0VDU7LzWogN4S1mtW73SpHBNct7iA6YBT+sTAcIW 5GeQ== X-Gm-Message-State: ALoCoQnujY0TuaeOGFKaNbhO2MoHJpZpG79UJ6dPp1NVtnwhpN0MXJSC2xBoFA4Gw1AihkBxTOJVJFx74iC4jfm11aGZ8Z1t6cAWKGVQB6sKUCkwkg7xMlZCDlDgmOxXcPMVwcL3cFxB4L2usbZwq13EYhnxEjtGnQ== X-Received: by 10.224.168.207 with SMTP id v15mr18293525qay.96.1409921697113; Fri, 05 Sep 2014 05:54:57 -0700 (PDT) X-Received: by 10.224.168.207 with SMTP id v15mr18293492qay.96.1409921696939; Fri, 05 Sep 2014 05:54:56 -0700 (PDT) MIME-Version: 1.0 Received: by 10.96.162.201 with HTTP; Fri, 5 Sep 2014 05:54:36 -0700 (PDT) In-Reply-To: <54099BF7.8000207@fedoraproject.org> References: <54092563.1000802@sugarcrm.com> <54099BF7.8000207@fedoraproject.org> Date: Fri, 5 Sep 2014 14:54:36 +0200 Message-ID: To: Remi Collet Cc: PHP Internals Content-Type: text/plain; charset=UTF-8 X-SA-Do-Not-Run: Yes X-SA-Exim-Connect-IP: 209.85.216.169 X-SA-Exim-Mail-From: phofstetter@sensational.ch X-SA-Exim-Scanned: No (on mail.sensational.ch); SAEximRunCond expanded to false Subject: Re: [PHP-DEV] PHP 5.4.33 RC1 => mod_proxy_fcgi still broken From: phofstetter@sensational.ch (Philip Hofstetter) On Fri, Sep 5, 2014 at 1:18 PM, Remi Collet wrote: > 2. ProxyPass Configuration > > ProxyPass /proxy/ fcgi://127.0.0.1:9003//var/www/html/ > > URL = /proxy/info.php/a/b?q=a > SCRIPT_NAME = /proxy/info.php/a/b > => Broken This is bugging me too on my development machine where I'm stuck at Apache 2.4.9 which doesn't yet have support for using SetHandler this way. Applying the patch fpm_main-script_name-v2.patch proposed on https://bugs.php.net/bug.php?id=65641 fixes the issue for me. This is happening for me with PHP 5.4, 5.5 and 5.6 (which are the ones I tested). Philip