alcina
#1
Hi,
I got this error in log file while running SCGI client in
address 172.16.8.180 and nginx running on 172.16.8.143.
/Error/: upstream timed out (110: Connection timed out) while reading
response header from upstream, client: 172.16.8.180, server:
172.16.8.143, request: “POST / HTTP/1.1”, upstream:
“scgi://172.16.8.180:9000”, host: “172.16.8.143”
Please do the needful.
On Mon, Jul 15, 2013 at 08:16:42PM +0530, P Amarnath wrote:
Hi there,
/Error/: *upstream timed out
…
upstream: “scgi://172.16.8.180:9000”
What’s unclear?
nginx was waiting for the scgi server to respond, then nginx gave
up waiting.
What do your scgi server logs say about this request?
How long do you expect this request take to respond? How long did you
configure nginx to wait for this request to respond?
f
Francis D. [email protected]