Welcome! Log In Create A New Profile

Advanced

No input file specified.

October 21, 2009 07:04PM
if fastcgi is running I get "No input file spcified."
if the fastcgi is not up, I get "The page you are looking for is temporarily unavailable."
This is my config file:
[code]
server {
listen 80;
server_name website.org;

root /home/user/public_html;

location / {
index index.php index.html index.htm;
}
location ~ \.php$ {
fastcgi_pass 127.0.0.1:9000;
fastcgi_index index.php;
fastcgi_param SCRIPT_FILENAME /home/user/public_html$fastcgi_script_name;
include /usr/local/nginx/conf/fastcgi_params;

}
error_page 500 502 503 504 /50x.html;
location = /home/user/public_html/50x.html {
root html;
}
}

[/code]
Subject Author Posted

No input file specified.

tw1sted October 21, 2009 07:04PM

Re: No input file specified.

edogawaconan October 22, 2009 12:48AM

Re: No input file specified.

tw1sted October 22, 2009 05:36AM

Re: No input file specified.

edogawaconan October 22, 2009 06:40AM

Re: No input file specified.

tw1sted October 22, 2009 06:55AM

Re: No input file specified.

Yu Sun October 22, 2009 09:38PM

Re: No input file specified.

tw1sted October 23, 2009 05:50AM

Re: No input file specified.

edogawaconan October 23, 2009 06:10AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 196
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready