7 messages in ru.sysoev.nginxRe: nginx error log
FromSent OnAttachments
Jeremy HubertJan 12, 2007 10:06 am 
Igor SysoevJan 12, 2007 10:12 am 
Jeremy HubertJan 12, 2007 10:20 am 
Igor SysoevJan 12, 2007 10:23 am 
Igor SysoevJan 12, 2007 10:27 am 
Igor SysoevJan 12, 2007 10:34 am 
David GibbonsJan 12, 2007 11:57 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: nginx error logActions...
From:Igor Sysoev (is-G@public.gmane.org)
Date:Jan 12, 2007 10:34:49 am
List:ru.sysoev.nginx

On Fri, 12 Jan 2007, Igor Sysoev wrote:

On Fri, 12 Jan 2007, Jeremy Hubert wrote:

I'm also seeing the following a fair bit, which I've never seen in an error log. Do you have any idea what it could be?

client sent invalid header line: "~~~~~~~~~~~~~~~: ~~~~~~~~~~~~" while reading client request headers

Some proxies mask some headers, e.g. "Referer", X-Forwarded-For", this line may be "~~~~~~~~~~~~~~~: ~~~~~~~~~~~~" "X-Forwarded-For: ............"

By default nginx ignores such headers and logs the message, but it may silently pass them to backend if

ignore_invalid_headers off;