Re: NULL values in Nginx logs?

2015-09-14 Thread itpp2012
You mean something like: [09/Sep/2015:20:21:38 +0200] 52.88.xxx.yyy z - - http "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00 [...] \x00\x00\x00\x00\x00\x00\x00\x00\x00\x0

nginx IETF RFC21266 Compliance - 'Proxy-Connection'

2015-09-14 Thread Tyarko Leander Rodney
Hi, I’ve posted this question on the IRC before but had no luck. I have the following problem: I’d like to disable the ‘Proxy-Connection’ Response Header. I know, that the “Connection” Header is hard coded in ngx_http_header_filter_module.c, but does the same apply to “Proxy-Connection” (could

NULL values in Nginx logs?

2015-09-14 Thread Nikolas Stevenson-Molnar
I experienced a problem with a web server earlier today in which it stopped responding to all HTTP requests (they would just hang... not sure if they connected and then hung, or got stuck trying to connect...). I'm not sure this was even an Nginx issue (I had problems SSHing to the server and ev

ignore "connection: close" from upstream

2015-09-14 Thread Frank Liu
Hi, I have below setup: client -> nginx server A -> proxy server -> real backend server (say, nginx server B) I'd like to have the keepalive connection between nginx server A and proxy server never die. The problem is sometimes the real backend server sends a "Connection: close". For example, I