Welcome! Log In Create A New Profile

Advanced

Re: Load Balancing PHP

May 31, 2010 03:50PM
i know that typically the error is due to this not being defined right:
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;

are you sure that on the remote server that
/data0/htdocs/www/forum/path/to/file.php exists?



On Mon, May 31, 2010 at 12:43 PM, Mickie D <nginx-forum@nginx.us> wrote:
> Sorry Mike lol
>
> Could it be that one server is running fpm and the other is cgi ?
>
> [code]
> fastcgi_param  GATEWAY_INTERFACE  CGI/1.1;
> fastcgi_param  SERVER_SOFTWARE    nginx;
>
> fastcgi_param  QUERY_STRING       $query_string;
> fastcgi_param  REQUEST_METHOD     $request_method;
> fastcgi_param  CONTENT_TYPE       $content_type;
> fastcgi_param  CONTENT_LENGTH     $content_length;
>
> fastcgi_param  SCRIPT_FILENAME    $document_root$fastcgi_script_name;
> fastcgi_param  SCRIPT_NAME        $fastcgi_script_name;
> fastcgi_param  REQUEST_URI        $request_uri;
> fastcgi_param  DOCUMENT_URI       $document_uri;
> fastcgi_param  DOCUMENT_ROOT      $document_root;
> fastcgi_param  SERVER_PROTOCOL    $server_protocol;
>
> fastcgi_param  REMOTE_ADDR        $remote_addr;
> fastcgi_param  REMOTE_PORT        $remote_port;
> fastcgi_param  SERVER_ADDR        $server_addr;
> fastcgi_param  SERVER_PORT        $server_port;
> fastcgi_param  SERVER_NAME        $server_name;
>
> # PHP only, required if PHP was built with --enable-force-cgi-redirect
> #fastcgi_param  REDIRECT_STATUS    200;
>
>
> [/code]
>
> Posted at Nginx Forum: http://forum.nginx.org/read.php?2,92738,92794#msg-92794
>
>
> _______________________________________________
> nginx mailing list
> nginx@nginx.org
> http://nginx.org/mailman/listinfo/nginx
>

_______________________________________________
nginx mailing list
nginx@nginx.org
http://nginx.org/mailman/listinfo/nginx
Subject Author Posted

Load Balancing PHP

Mickie D May 31, 2010 01:08PM

Re: Load Balancing PHP

Mickie D May 31, 2010 01:43PM

Re: Load Balancing PHP

Mickie D May 31, 2010 02:53PM

Re: Load Balancing PHP

mike May 31, 2010 03:12PM

Re: Load Balancing PHP

Mickie D May 31, 2010 03:29PM

Re: Load Balancing PHP

Mickie D May 31, 2010 03:43PM

Re: Load Balancing PHP

Mickie D May 31, 2010 05:00PM

Re: Load Balancing PHP

mike May 31, 2010 03:36PM

Re: Load Balancing PHP

mike May 31, 2010 03:50PM

Re: Load Balancing PHP

Mickie D May 31, 2010 04:17PM

Re: Load Balancing PHP

mike May 31, 2010 04:22PM

Re: Load Balancing PHP

mike May 31, 2010 05:18PM

Re: Load Balancing PHP

Mickie D June 01, 2010 05:43AM

Re: Load Balancing PHP

mike June 01, 2010 12:24PM

Re: Load Balancing PHP

Mickie D June 01, 2010 12:34PM

Re: Load Balancing PHP

mike June 01, 2010 12:52PM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

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