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:mike (mike@gmail.com)
Date:Nov 3, 2008 10:12:54 am
List:ru.sysoev.nginx

On Mon, Nov 3, 2008 at 10:06 AM, Mark Alan <var@e-healthexpert.org> wrote:

- 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?)

the license isn't a big deal and will be changed when it is feature complete i am told, so it can be compatible with PHP core and hopefully be merged.

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

or you make a simple build script - i roll my own .deb file and compile it only once, then deploy the .deb on all my servers. works like a charm :)

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

...and it is done!

except it might not have all the extensions you want or options you want.

i use ubuntu repositories for -everything- and over the years have slimmed down what i compile. nowadays it is only nginx, php-fpm and ffmpeg for the most part - as ubuntu and other repositories are either too outdated or not "rich enough" to meet my needs.