分类: 系统运维
2011-03-03 12:19:01
lighttpd server.max-read-idle 参数使用
前言
Web网站有多个节点,通过DNS轮询来分发请求。发现某特定PHP页面在某一台Web服务器上请求失效。通过HTTPWATCH PRO观察发现请求该页面时等待60s以后返回服务器错误。
Step 1 从CLIENT本地ping各节点,发现到问题的节点比正常节点慢。
网络因素。
Step 2 访问其它节点的该PHP页面返回时间小于60s且显示正常。
lighttpd或 PHP某参数
Step 3更改lighttpd参数server.max-read-idle由默认的60s到120s
问题节点上页面显示正常,请求返回时间 80s
PS: 官方解释 server.max-read-idle
server.max-read-idle Option
server.max-read-idle
maximum number of seconds until a waiting, non keep-alive read times out and closes the connection
Default: 60