Are fastcgi_params case-sensitive
Frank Church
vfclists at gmail.com
Wed Nov 3 01:17:54 MSK 2010
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://nginx.org/pipermail/nginx/attachments/20101102/e0fa5986/attachment-0001.html>
More information about the nginx
mailing list