Re: [PHP-DEV] PHP 5.4.33 RC1 => mod_proxy_fcgi still broken

[email protected] (Remi Collet)
Newsgroups php.internals
Message-ID <[email protected]>
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Running a test build of 5.4.33RC1.


Testing the fix for the SCRIPT_NAME issue


1. SetHandler Configuration

    <FilesMatch \.php$>
        SetHandler "proxy:fcgi://127.0.0.1:9003"
    </FilesMatch>

URL = /info.php/a/b?q=a
SCRIPT_NAME = /info.php
=> OK

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


IIUC, fix for #67606 is only for mod_fastcgi


Remi

P.S. same result with 5.6.0.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iEYEARECAAYFAlQJm/cACgkQYUppBSnxahgB3ACg1tLH4AMt3LB0/Zog9StErD2v
PRMAoIU6JsKeuRCkTOqw2ho0CeeLcHHE
=Ipit
-----END PGP SIGNATURE-----
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.