Default error page for nginx

I’m starting to occasionally get “nginx error! this is the default
error page for nginx”. I’m running a php application via the
lighty-spawn method. Any ideas on why this error would occur?

-Jeff

On Wed, Oct 14, 2009 at 10:58:52AM -0400, jeff emminger wrote:

I’m starting to occasionally get “nginx error! this is the default
error page for nginx”. I’m running a php application via the
lighty-spawn method. Any ideas on why this error would occur?

nginx has no builtin response pages with such text.

2009/10/14 Igor S. [email protected]:

On Wed, Oct 14, 2009 at 10:58:52AM -0400, jeff emminger wrote:

I’m starting to occasionally get “nginx error! Â this is the default
error page for nginx”. Â I’m running a php application via the
lighty-spawn method. Â Any ideas on why this error would occur?

Try setting the error_log on your site to debug and searching that
application for “default error page”. You can/should also make sure
your php installation is logging errors to a file instead of
displaying them.

HTH