5 messages in ru.sysoev.nginxRe: how do i catch a bad gateway?
FromSent OnAttachments
Jonathan VanascoOct 3, 2006 11:55 pm 
Igor SysoevOct 4, 2006 12:03 am 
Cliff WellsOct 4, 2006 10:19 pm 
Jonathan VanascoOct 5, 2006 7:49 am 
Igor SysoevOct 5, 2006 8:03 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: how do i catch a bad gateway?Actions...
From:Igor Sysoev (is-G@public.gmane.org)
Date:Oct 5, 2006 8:03:34 am
List:ru.sysoev.nginx

On Thu, 5 Oct 2006, Jonathan Vanasco wrote:

On Oct 5, 2006, at 1:19 AM, Cliff Wells wrote:

i know nginx has a 502 in .4.2, because http://codemongers.com/ shows one :)

Hah, you scared me for a second. For the record, it's http://wiki.codemongers.com

the wiki is wiki.codemongers.com

there's a 502 code on codemongers.com

can someone clarify this for me...

do all errors go to 404 , unless you catch it and specify a different error code for that page?

No, nginx shows page specified by error_page or its own.

even with the 502 code, i'm getting a 404 when my proxy is down

Could do build nginx --with-debug and set in nginx.conf:

events { debug_connection your-ip-address; ... }

Then do a request and send me debug log.