atom feed14 messages in ru.sysoev.nginxRe: How to enable Nginx to serve PHP ...
FromSent OnAttachments
Mark AlanNov 3, 2008 6:29 am 
Edho P AriefNov 3, 2008 8:05 am 
mikeNov 3, 2008 9:39 am 
Mark AlanNov 3, 2008 10:06 am 
mikeNov 3, 2008 10:12 am 
Edho P AriefNov 4, 2008 5:32 am 
RoxisNov 4, 2008 5:41 am 
Edho P AriefNov 4, 2008 6:22 am 
Adam SetzlerNov 4, 2008 7:37 am 
mikeNov 4, 2008 11:23 am 
Adam ZellNov 4, 2008 12:23 pm 
Mark AlanNov 4, 2008 12:36 pm 
mikeNov 4, 2008 12:37 pm 
mikeNov 4, 2008 12:45 pm 
Subject:Re: How to enable Nginx to serve PHP code/pages in Ubuntu
From:Mark Alan (var@e-healthexpert.org)
Date:Nov 3, 2008 10:06:25 am
List:ru.sysoev.nginx

Edho P Arief wrote:

many said "use php-fpm"

I have also read many things about php-fpm but...

- you need to check that there are php-fpm patches for the specific PHP version that you intend to use; - you need to hand recompile PHP to use it, - you need to hand customize the paths of the recompiled code - you must comply with the awkward php-fpm license (non free/non OSI?)

And each time a new security/bug-fix release of PHP is out, you need to start it all over again.

We still do prefer the Ubuntu "LESS IS MORE" way of doing things: sudo aptitude update sudo aptitude safe-upgrade

...and it is done!

After a few days of tests in the sandbox servers and after checking that all is well, it is a simple matter of doing the same in the production servers.

M.