No input file specified
Francis Daly
francis at daoine.org
Tue Jul 31 17:52:32 UTC 2012
On Mon, Jul 30, 2012 at 01:46:19AM -0400, yashgt wrote:
Hi there,
> When I access http://localhost:82/index.php
> I get "No input file specified."
That message (usually) comes from the fastcgi server, and (usually)
means that the SCRIPT_FILENAME that was sent was not found by that server.
>From your configuration, it looks like that for this request, SCRIPT_FILENAME is
/cygdrive/e/xampp/htdocs/getit/src/myapp/index.php .
Does that filename exist, from the point of view of the fastcgi server?
(The "/cygdrive/" bit suggests that cygwin is involved somehow. Is
php running under cygwin? Does it have the same view of the filesystem
as nginx?)
f
--
Francis Daly francis at daoine.org
More information about the nginx
mailing list