-----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-----
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php