Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:77144 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 73682 invoked from network); 11 Sep 2014 00:48:04 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 Sep 2014 00:48:04 -0000 Authentication-Results: pb1.pair.com header.from=dz@heroku.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=dz@heroku.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain heroku.com designates 209.85.192.173 as permitted sender) X-PHP-List-Original-Sender: dz@heroku.com X-Host-Fingerprint: 209.85.192.173 mail-pd0-f173.google.com Received: from [209.85.192.173] ([209.85.192.173:41705] helo=mail-pd0-f173.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 03/60-05626-341F0145 for ; Wed, 10 Sep 2014 20:48:04 -0400 Received: by mail-pd0-f173.google.com with SMTP id ft15so10165585pdb.4 for ; Wed, 10 Sep 2014 17:48:01 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:content-type:mime-version:subject:from :in-reply-to:date:cc:content-transfer-encoding:message-id:references :to; bh=fs/fVwy2O4GrBFqv0ZcUCr4yY8v/8XR2cSVfZzLUQlk=; b=V0FphSDBxSM1DgHLGJQSoNZrdWhjkjCg07Sw401cLhYjIjhBfonfSfDi8UxeJ/RFQ+ H29TvTxhBgcTcVkqYGfjIYeC4J1nbv2eY289Qk55I7ZhWYZNnLmMx9PQ0K9pyT6nklDg zawPrBmHahrpuiNjw/Ylr7PDCc6F0qgs/FA0ng0v0lkB7g1STSEFFpxMJkacDXP1/+aj 8/B8oLL7pU9SkgNRPqmYeMDMTH459LYhNO59Wgco6Wfj/Q7EdZEwrgFwarvQ2DvGSoi+ PfuIm3WCHmxdIvg5Wn6ZLUSyn9loVw+j4OyLZixTvGJ7N9+4bH2jzAqaa3m4DaFLT6vi qoOQ== X-Gm-Message-State: ALoCoQkBFPstTRZFzMIqVHOlVhz6cOusl8/b2ycnFoLHkcOW78fgPAlpi+OMYdfEPjFT3m8vYL52 X-Received: by 10.70.14.67 with SMTP id n3mr17471911pdc.132.1410396481187; Wed, 10 Sep 2014 17:48:01 -0700 (PDT) Received: from [10.100.37.245] ([152.179.69.246]) by mx.google.com with ESMTPSA id mi4sm15716768pdb.80.2014.09.10.17.47.59 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 10 Sep 2014 17:47:59 -0700 (PDT) Content-Type: text/plain; charset=iso-8859-1 Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) In-Reply-To: <5409F8C1.50500@fedoraproject.org> Date: Wed, 10 Sep 2014 17:47:58 -0700 Cc: PHP Internals Content-Transfer-Encoding: quoted-printable Message-ID: <24F69186-F2C5-451A-AC34-36B6ED6BFE08@heroku.com> References: <54092563.1000802@sugarcrm.com> <54099BF7.8000207@fedoraproject.org> <7A236296-4583-4A54-B1C9-14936273D00D@heroku.com> <5409F8C1.50500@fedoraproject.org> To: Remi Collet X-Mailer: Apple Mail (2.1878.6) Subject: Re: [PHP-DEV] PHP 5.4.33 RC1 => mod_proxy_fcgi still broken From: dz@heroku.com (David Zuelke) On 05.09.2014, at 10:54, Remi Collet wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 >=20 > Le 05/09/2014 15:52, David Zuelke a =E9crit : >=20 >> People should simply use the SetHandler approach instead. >=20 > I agree, see https://bugzilla.redhat.com/1136290 >=20 > But some people may want to use ProxyPass (ex, to redirect to another > server, with no PHP script installed locally). You can do that just fine with SetHandler; the FastCGI server doesn't = have to be on the same box. David