On Fri, Sep 5, 2014 at 1:18 PM, Remi Collet <r...@fedoraproject.org> 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

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to