Welcome! Log In Create A New Profile

Advanced

Re: Conversion of PHP single machine setup to nginx/php residing on different boxes

Francis Daly
June 06, 2012 09:36AM
On Wed, Jun 06, 2012 at 04:18:10PM +0300, Johannes Graumann wrote:

Hi there,

> > location ~ \.php$ {
> > try_files $uri =404;

try_files refers to local files only. http://nginx.org/r/try_files

You probably don't want it here at all.

> > fastcgi_pass 10.10.10.3:9000;
> > fastcgi_index index.php;
> > fastcgi_param SCRIPT_FILENAME
> http://10.10.10.3:80/$fastcgi_script_name;

SCRIPT_FILENAME is a parameter that the fastcgi server will read, and
it will expect it to refer to a file on its filesystem that it should
load and process.

So: if the client requests the url /one/two.php, what file on the
10.10.10.3 server do you want that to correspond to? (From the perspective
of the fasctcgi server, in case it is chroot'ed.)

Make SCRIPT_FILENAME be that filename.

All the best,

f
--
Francis Daly francis@daoine.org

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

Conversion of PHP single machine setup to nginx/php residing on different boxes

Johannes Graumann June 06, 2012 09:18AM

Re: Conversion of PHP single machine setup to nginx/php residing on different boxes

Francis Daly June 06, 2012 09:36AM

Re: Conversion of PHP single machine setup to nginx/php residing on different boxes

Johannes Graumann June 06, 2012 04:12PM

Re: Conversion of PHP single machine setup to nginx/php residing on different boxes

Johannes Graumann June 24, 2012 06:34AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

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