Open hugdx opened 8 years ago
This is log of nginx
2016/08/13 01:32:03 [error] 64980#0: *3 readv() failed (104: Connection reset by peer) while reading upstream, client: 127.0.0.1, server: *****.***, request: "GET /index.php?m=true HTTP/1.1", upstream: "fastcgi://unix:/var/run/php-fpm/****.sock:", host: "*****.***"
i think may be it came from PHP-CPP, because i got same issue before with PHP-CPP(for php5-fpm)
Hi, i am going to run lessjs in v8. this is my php code:
js/less-v8.js https://gist.github.com/hugdx/ce73ddd7a64fa0a332c03a2a4ee6a7d9
js/process.js https://gist.github.com/hugdx/9c54707435e576188d2d09ff4d13eb65
when i run above script,, response was cropped.
full html response after run: https://gist.github.com/hugdx/1f2625b7379032c4c2dbebb81b98abcb
it should be like this (i added more
phpinfo()
to end of php file to get above image)i am running:
php7-fpm
,nginx
Thanks