1 message in ru.sysoev.nginxnginx doesnt transfer headers to mong...
FromSent OnAttachments
Asif AliJan 9, 2009 2:00 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:nginx doesnt transfer headers to mongrel_handlerActions...
From:Asif Ali (azif@gmail.com)
Date:Jan 9, 2009 2:00:05 am
List:ru.sysoev.nginx

Hi,

I am reposting this question because I think that I may have not been clear with the earlier question

I am using nginx as a reverse proxy sending the requests to mongrel_handler

This handler is not able to receive any HTTP HEADER variables

Here is a dump

---- HTTP_VIA nil HTTP_ACCEPT_ENCODING nil HTTP_USER_AGENT nil SCRIPT_NAME nil SERVER_PROTOCOL nil HTTP_CACHE_CONTROL nil HTTP_ACCEPT_LANGUAGE nil HTTP_HOST nil REMOTE_ADDR nil SERVER_SOFTWARE nil REQUEST_PATH nil HTTP_COOKIE nil HTTP_ACCEPT_CHARSET nil HTTP_VERSION nil REQUEST_URI nil SERVER_PORT nil GATEWAY_INTERFACE nil QUERY_STRING nil HTTP_ACCEPT nil HTTP_X_FORWARDED_FOR nil HTTP_CONNECTION nil HTTP_X_REAL_IP nil REQUEST_METHOD nil

----

My nginx config is fine, my access log is dumping those variables and a rails application is able to receive them whereas mongrel_handler cannot

Can someone suggest what is the issue?. Thanks in advance