4 messages in ru.sysoev.nginxRe: feature request
FromSent OnAttachments
Cliff WellsApr 28, 2007 8:29 pm 
José Miguel Parrella RomeroApr 29, 2007 6:12 am 
Manlio PerilloApr 29, 2007 6:45 am 
Igor SysoevApr 29, 2007 7:43 am 
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: feature requestActions...
From:Igor Sysoev (is-G@public.gmane.org)
Date:Apr 29, 2007 7:43:23 am
List:ru.sysoev.nginx

On Sat, Apr 28, 2007 at 08:29:32PM -0700, Cliff Wells wrote:

This one is easy as it shouldn't require much coding ;-)

Lighttpd includes a utility called spawn-fcgi for running FCGI processes. This is what I use for running PHP under Nginx, but it's kind of annoying to have to install Lighttpd to get this utility.

Perhaps Nginx could just "borrow" this utility and include it in the source archive (maybe under a different name to avoid conflicts)?

I have not written the similar utility, because spawn-fcgi does enough to run PHP and I recommend to use it. I simply can not do it better, because PHP has poor FastCGI support.

One of nginx users made patch against PHP-4.3.11 that does: *) logging support; *) control using signals; *) detecting Zend Accelertor shared memory damage and restarting all processes.

As to spawn-fcgi, I usually do not include external code in source tarball, for example, nginx can build zlib, pcre, etc. from sources, but do not include these sources. I can include build procedure but it's trivial.