首页 > Web开发 > 详细

nginx+php,502错误

时间:2016-09-05 12:07:40      阅读:132      评论:0      收藏:0      [点我收藏+]

502错误基本就是php进程执行中挂了,其中有个原因就可能是进程执行超时设置导致的比如这个:

; The timeout for serving a single request after which the worker process will
; be killed. This option should be used when the ‘max_execution_time‘ ini option
; does not stop script execution for some reason. A value of ‘0‘ means ‘off‘.
; Available units: s(econds)(default), m(inutes), h(ours), or d(ays)
; Default Value: 0
;request_terminate_timeout = 0

 

nginx+php,502错误

原文:http://www.cnblogs.com/anjianliang/p/5841703.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!