Welcome! Log In Create A New Profile

Advanced

Re: Yet another "No input file specified." thread

Rob Schultz
September 24, 2009 07:28PM
either add another
root /var/www/nginx-default; to your location ~ \.php$ block or move
the root directive into the server block instead of location /

On Sep 24, 2009, at 5:52 PM, hobson42 wrote:

> Hi folks.
> I've been tearing what little hair I have left out trying to find
> the problem with this.
> nginx version 0.7.61 installed from Jeff Waughs site. On Ubuntu 9.4
> Jackalope.
>
> /etc/nginx/nginx.conf - standard, as issued. #
> /etc/nginx/sites-enabled/default contains
> server {
> listen 80;
> server_name localhost ;
> access_log /var/log/nginx/localhost.access.log;
> location / {
> root /var/www/nginx-default
> index index.html index.htm;
> }
> location ~ \.php$ {
> fastcgi_pass 127.0.0.1:9000;
> fastcgi_index index.php;
> include /etc/nginx/fastcgi_params;
> }
> }
Subject Author Posted

Yet another "No input file specified." thread

hobson42 September 24, 2009 06:52PM

Re: Yet another "No input file specified." thread

Rob Schultz September 24, 2009 07:28PM

Re: Yet another "No input file specified." thread

vesperto September 24, 2009 08:36PM

Re: Yet another "No input file specified." thread

Igor Sysoev September 25, 2009 03:52AM

Re: Yet another "No input file specified." thread

edogawaconan September 25, 2009 07:16AM

Re: Yet another "No input file specified." thread

hobson42 September 25, 2009 06:16AM

Re: Yet another "No input file specified." thread

dmikester1 October 19, 2010 01:53PM

Re: Yet another "No input file specified." thread

dmikester1 October 29, 2010 10:52AM

Re: Yet another "No input file specified." thread

Ian Hobson October 29, 2010 02:44PM

Re: Yet another "No input file specified." thread

dmikester1 October 29, 2010 05:04PM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 276
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