Welcome! Log In Create A New Profile

Advanced

Re: Load Balancing PHP

May 31, 2010 03:12PM
Check the script_filename in fcgi.conf (post it) it should be in caps
too but I'm on my iPhone :)

If that looks okay then make sure the file is accessable in the right
location on the remote hosts. Cause that's how PHP throws a 404 (that
is so annoying)

Jerome maybe php-fpm sapi could be patched to throw a 404 header and
something resembling a proper error? ;)

On May 31, 2010, at 11:53 AM, "Mickie D" <nginx-forum@nginx.us> wrote:

> [code]
> upstream newsite {
> server 127.0.0.1:9000;
> server 15.82.114.196:9001;
> }
>
> server
> {
> listen 80;
> server_name thissite.com;
> index index.html index.htm index.php;
> root /data0/htdocs/www/forum;
>
>
>
> location ~ .*\.php?$
> {
> include fcgi.conf;
> fastcgi_pass newsite;
> fastcgi_index index.php;
>
>
> }
> [/code]
>
>
> I think this might be a permission thing ? but I have no idea how to
> fix it
>
> Still getting the:
>
> [b]no input file specified[/b]
>
> Not sure how to make the main server work with my other server ?
>
> Thank you very much
>
> Posted at Nginx Forum: http://forum.nginx.org/read.php?2,92738,92775#msg-92775
>
>
> _______________________________________________
> 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: 236
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