Nginx php-fpm setp fastcgi_pass_header not being set

Valentin V. Bartenev ne at vbart.ru
Thu Oct 18 14:36:55 UTC 2012


On Thursday 18 October 2012 17:21:58 hsrmmr wrote:
> I am using  Nginx + php-fpm setup
> 
> I noticed that I could set fastcgi_param  however  fastcgi_pass_header is
> not being set. I tried to print $_SERVER in php which has only
> fastcgi_params and not fastcgi_pass_headers.
> 
> My queries are:
> 1. Is there any additional configuration parameter needed for
> fastcgi_pass_headers? I have set 'underscores_in_headers on;', however
> headers I am trying to set don't have underscores. I tried to manipulate
> client request headers (through TamperData) it works fine as by default it
> is on.
> 
> 2. Is there any other way to check (apart from _SERVER) to check if headers
> are set properly while passing to php-fpm?
> 
> Any help is appreciated.

It seems that you don't understand what fastcgi_pass_header does.

Please, read the documentation:
http://nginx.org/r/fastcgi_pass_header

 wbr, Valentin V. Bartenev

--
http://nginx.com/support.html
http://nginx.org/en/donation.html



More information about the nginx mailing list