nginx: how do I track down a random 500 from nginx (not my application). Potentially has something to do with load?

Posted by kaleidomedallion on Server Fault See other posts from Server Fault or by kaleidomedallion
Published on 2011-10-01T06:34:08Z Indexed on 2014/05/27 3:31 UTC
Read the original article Hit count: 372

Filed under:
|

We recently had some 500's from nginx itself that somehow were not logged (we have screenshots, but nothing in the logs). That is weird in itself, because usually errors show up there. Regardless, I am wondering if there is something like a connection pool size that if maxed out would result in a 500? We have correlated it potentially to a recent spike in traffic, but it is not conclusive.

Anyone have any ideas of how to begin to approach such an issue?

© Server Fault or respective owner

Related posts about nginx

Related posts about 500-error