The FastCGIHandler class send many variables to the PHP backend.
However, the SCRIPT_FILENAME variable is sent, the SCRIPT_NAME isn't.
This make php-fpm's status and ping pages inaccessible from the jfastcgi client.
Adding the header next to the SCRIPT_FILENAME variable solve the issue.
The FastCGIHandler class send many variables to the PHP backend. However, the SCRIPT_FILENAME variable is sent, the SCRIPT_NAME isn't.
This make php-fpm's status and ping pages inaccessible from the jfastcgi client. Adding the header next to the SCRIPT_FILENAME variable solve the issue.