Load Balancing PHP

Michael Shadle mike503 at gmail.com
Tue Jun 1 00:19:58 MSD 2010


the SCRIPT_FILENAME being passed is from the nginx machine to the PHP
fastcgi engines

PHP is taking that and saying "okay, i need to execute this pathname as PHP"

so yes, if it's not the same, you'll have issues. :p

there's probably some other creative ways to mangle it per machine but
for sanity you should keep things in sync anyway. a simple stack is a
happy stack.

On Mon, May 31, 2010 at 1:17 PM, Mickie D <nginx-forum at nginx.us> wrote:
> Must they be identical on both machines ?
>
> Because I have it running, if I go to the IP address.
> IE
> http://newserverip
>
> Then I can view the forums.
>
> So should I make the home directories exactly the same on both machines ?
>
> Regards
> Mick
>
> Posted at Nginx Forum: http://forum.nginx.org/read.php?2,92738,92809#msg-92809
>
>
> _______________________________________________
> nginx mailing list
> nginx at nginx.org
> http://nginx.org/mailman/listinfo/nginx
>



More information about the nginx mailing list