Thank you all for your reply
So, adding
fastcgi_split_path_info ^(.+\.php)(/.+)$;
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
fastcgi_param SCRIPT_NAME $fastcgi_script_name;
doesn't really hurt.
The box I'm running does shared hosting for a couple of users and I don't
really know in advance what they want to install on their account.
I'm going to keep those 3 lines in hope it helps some php scripts out there
to run correctly.
Gregory
_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx