2013/02/18 14:30:11 [error] 8068#2316: *1 upstream timed out (10060: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond) while reading upstream, client: 127.0.0.1, server: www.example.com, request: "POST /test.php HTTP/1.1", upstream: "fastcgi://127.0.0.1:9000", host: "example.com", referrer: "http://example.com/test.php"
かなり長文なのですが、要は、 upstream timed out ですから、upstreamのタイムアウトが発生したということです。
このエラーが発生すると HTML HTTPステータスコード : 504 (Gateway Timeout:ゲートウェイタイムアウト) が返信されます。
つまり、ここでは、phpを処理するためのゲートウェイ “fastcgi://127.0.0.1:9000” へのタイムアウトが発生したことを意味します。
コメントを投稿 :