Are fastcgi_params case-sensitive

Maxim Dounin mdounin at mdounin.ru
Wed Nov 3 02:36:19 MSK 2010


Hello!

On Tue, Nov 02, 2010 at 10:17:54PM +0000, Frank Church wrote:

> I have spent a few hours trying to debug 'No input file specified' errors
> until I realized that the script_filename must be specified in upper case
> 
> ie,
> 
> fastcgi_param  SCRIPT_FILENAME  $document_root$fastcgi_script_name;
> 
> rather than
> 
> fastcgi_param  script_filename  $document_root$fastcgi_script_name;
> 
> 
> Has it always been this way?

nginx doesn't care what you wrote, it just passes key-value pairs 
you specified to your fastcgi application (backend).

Maxim Dounin



More information about the nginx mailing list