nginx-0.7.52

Roger Pack lists at ruby-forum.com
Wed Apr 22 01:35:00 MSD 2009


> The message "No input file specified" meanse that PHP can not find file
> on passed path, say:
> "c:/cygwin/home/Chris/www/live/jobsite/trunk/html/public/index.php"
> I do not know how Cygwin translated pathnames, but it may be just
> "/home/Chris/www/live/jobsite/trunk/html/public/index.php"
> therefore you may try
> 
> -    fastcgi_param SCRIPT_FILENAME   c:/cygwin/home/Chris....
> +    fastcgi_param SCRIPT_FILENAME   /home/Chris....

if it's cygwin it might be something like /cygdrive/c/...
-- 
Posted via http://www.ruby-forum.com/.





More information about the nginx mailing list