Are fastcgi_params case-sensitive
Frank Church
vfclists at gmail.com
Wed Nov 3 19:29:23 MSK 2010
On 2 November 2010 22:17, Frank Church <vfclists at gmail.com> 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?
>
> --
> Frank Church
>
> =======================
> http://devblog.brahmancreations.com
>
>From the responses I suspect that the php-cgi is looking for arrays with
case-sensitive keys.
I will check when time allows.
Thanks
--
Frank Church
=======================
http://devblog.brahmancreations.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://nginx.org/pipermail/nginx/attachments/20101103/51a78841/attachment.html>
More information about the nginx
mailing list