14 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 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: How to enable Nginx to serve PHP code/pages in UbuntuActions...
From:Adam Setzler (adam@gmail.com)
Date:Nov 4, 2008 7:37:37 am
List:ru.sysoev.nginx

Mark,

Thank you for this script. It may not be ideal for everyone, but it will be useful for many. Some people may not want to use PHP-FPM, so it isn't the "only way" of doing business; and short, sweeping comments in response to someone sharing a helpful script are just plain rude. So, again, thanks Mark!

-- Adam

"Computers are useless. They can only give you answers." — Pablo Picasso

On Tue, Nov 4, 2008 at 8:22 AM, Edho P Arief <ed@myconan.net> wrote:

On Tue, Nov 4, 2008 at 8:42 PM, Roxis <rox@list.ru> wrote:

On Tuesday 04 November 2008, Edho P Arief wrote:

I'm also waiting for the day it's merged with PHP core but currently it's the one of the best way to spawn and manage php-fcgi processes, the other (not as good as using php-fpm) is using spawn-fcgi provided by lighttpd (explained here http://wiki.codemongers.com/NginxFcgiExample )

Wha's the big deal about spawn-fcgi? Why is i better than an one-liner shell script?

I don't know really, perhaps because it works on most system?