I know that PHP is current doing a LOT of fixes on hPHP-FPM... On Sep 10, 2014, at 12:00 PM, Martynas Bendorius <[email protected]> wrote:
> Hello, > > http://httpd.apache.org/docs/current/mod/mod_proxy.html#handler breaks > PHP-FPM SCRIPT_FILENAME. It contains double "//" at the beginning of it like: > SCRIPT_FILENAME: //home/admin/domains/testing.tld/public_html/test.php > > While it should be: > SCRIPT_FILENAME: /home/admin/domains/testing.tld/public_html/test.php > > Replacing "localhost/" to just "localhost" fixes the problem (removing / from > the end). > > I mean: > SetHandler "proxy:unix:/path/to/app.sock|fcgi://localhost" > > Instead of: > SetHandler "proxy:unix:/path/to/app.sock|fcgi://localhost/" > > Should it be considered a typo in Apache documentation or a bug in the way > PHP-FPM SAPI translates the path? > > Thank you! > > -- > Best regards, > Martynas Bendorius >
