<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<p>Hi,</p>
<p>I feel like I've exhausted Google/IRC/StackOverflow in trying to
figure this issue out.</p>
<p>I have a Catalyst app, using FastCGI, behind Nginx, on CentOS.</p>
<p>I've created a dummy request that sleeps for 2 minutes.</p>
<p>With a default installation, Nginx responds after 60s with a 504
timeout, and an entry in the error log. All as expected.<br>
</p>
<p>However, increasing both <b>fastcgi_send_timeout</b> and <b>fastcgi_read_timeout</b>
to 10 minutes, still results in a 504, <b>but a slightly
different version</b>.</p>
<p>Nothing goes in the Nginx error log.<br>
</p>
<p>See <a class="moz-txt-link-freetext"
href="http://web.lavoco.com/504-fastcgi-timeouts.png">http://web.lavoco.com/504-fastcgi-timeouts.png</a></p>
<p>It would appear something other than Nginx is timing out, yet
there are no timeout values to configure with all of the Perl
modules used for FastCGI (that I can see).</p>
<p>Hopefully someone has come across this before, or can help point
me in the right direction to debug this further.</p>
<p>Thanks,</p>
<p>Rob</p>
</body>
</html>