Hiding PHP's WSOD with Nginx

2017-03-02 Thread CJ Ess
My employer uses Nginx in front of PHP-FPM to generate their web content. They have PHP's error reporting shut off in production so when something does go wrong in their PHP scripts they end up with a "White Screen Of Death". From a protocol level the white screen of death is a 200 response with no

Re: Hiding PHP's WSOD with Nginx

2017-03-02 Thread c0nw0nk
You should view http://nginx.org/en/docs/http/ngx_http_fastcgi_module.html#fastcgi_catch_stderr Might be what you seek for a empty blank page output or specific text that would be a Fatal error etc. CJ Ess Wrote: --- > My employer uses Nginx in f