viewlog.php errors w/nginx+php-fpm
|
07-23-2015, 05:38 AM
Post: #2
|
|||
|
|||
RE: viewlog.php errors w/nginx+php-fpm
As it turns out the way the PHP code for this page is written is wrong. It works on Apache because Apache is stupid and starts displaying the output before the PHP returns a 400 error. In Nginx this fails because it waits until it gets the HTTP response code of 400 and shows the actual error.
|
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
viewlog.php errors w/nginx+php-fpm - docwho76 - 06-26-2015, 10:42 AM
RE: viewlog.php errors w/nginx+php-fpm - docwho76 - 07-23-2015 05:38 AM
|
User(s) browsing this thread: 1 Guest(s)