nginx fpm 常见错误对比分析

Posted caibaotimes

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了nginx fpm 常见错误对比分析相关的知识,希望对你有一定的参考价值。

fastcgi_read_timeout 8; // nginx.conf
request_terminate_timeout=0 // php-fpm.conf

sleep(10);

浏览器 8 秒后返回 504 Gateway Time-out
fastcgi_read_timeout 8; // nginx.conf
request_terminate_timeout=5 // php-fpm.conf

sleep(10);

浏览器 5 秒后返回 502 Bad Gateway
fastcgi_read_timeout 8; // nginx.conf
request_terminate_timeout=5 // php-fpm.conf


set_time_limit(1);
while(true){}

浏览器返回 500 Internal Server Error

以上是关于nginx fpm 常见错误对比分析的主要内容,如果未能解决你的问题,请参考以下文章

005_常见的502错误

PHP-FPM 和 Nginx:502 错误网关

LNMP中常见的502错误及处理方法

nginx 502 Bad Gateway 错误解决办法

nginx502问题

nginx File not found 错误