I have a VPS running Fedora, and I have installed nginx and PHP5.3.6.
Here is the phpinfo() file: http://199.167.198.149/info.php
However when I try to run another script (say, even “echo ‘Hi!’;”), it doesn’t work and sometimes I get the error ‘No input file specified.’
I’m quite new to the configurations necessary to run that sort of server; html files work fine though.
Do you have some tests I can run or a fix?
Thanks
Make sure that you have
SCRIPT_FILENAMEspecified using fastcgi_param in your nginx config for the site.Example: