Re: nginx php cgi interpreter

2015-04-21 Thread Thiago Farina
On Tue, Apr 21, 2015 at 9:02 PM, Richard Stanway wrote: >> That guide seems obsolete. Use the php5-fpm package, > https://www.digitalocean.com/community/tutorials/how-to-install-linux-nginx-mysql-php-lemp-stack-on-debian-7 > looks like a more up to date guide (skip the mysql part if it isn't neede

Re: nginx php cgi interpreter

2015-04-21 Thread Richard Stanway
On Tue, Apr 21, 2015 at 11:59 PM, Thiago Farina wrote: > Hi all, > > I'm just trying to configure nginx to use use php, but it seemed too > complicated. > > Why is it so complicated to tell nginx to use php-cgi interpreter [1]? > When compared to mongoose it is just a matter of setting the > cgi_

nginx php cgi interpreter

2015-04-21 Thread Thiago Farina
Hi all, I'm just trying to configure nginx to use use php, but it seemed too complicated. Why is it so complicated to tell nginx to use php-cgi interpreter [1]? When compared to mongoose it is just a matter of setting the cgi_interpreter variable [2] to the path of php-cgi? [1] - https://www.li