atom feed25 messages in ru.sysoev.nginxRe: mod_cgi for nginx - anyone?
FromSent OnAttachments
mikeFeb 6, 2009 2:55 pm 
Atif GhaffarFeb 6, 2009 3:25 pm 
Atif GhaffarFeb 6, 2009 3:28 pm 
mikeFeb 6, 2009 3:35 pm 
mikeFeb 6, 2009 3:36 pm 
Igor SysoevFeb 7, 2009 2:16 am 
mikeFeb 7, 2009 2:32 am 
Igor SysoevFeb 7, 2009 2:57 am 
mikeFeb 7, 2009 3:21 am 
Volodymyr KostyrkoFeb 7, 2009 12:32 pm 
Manlio PerilloFeb 7, 2009 12:38 pm 
Grzegorz NosekFeb 7, 2009 1:48 pm 
Jim OhlsteinFeb 7, 2009 6:50 pm 
mikeFeb 8, 2009 1:18 am 
Igor SysoevFeb 8, 2009 2:10 am 
Igor SysoevFeb 8, 2009 2:16 am 
Grzegorz NosekFeb 8, 2009 4:56 am 
Grzegorz NosekFeb 8, 2009 5:02 am 
Jim OhlsteinFeb 8, 2009 8:48 am 
Grzegorz NosekFeb 8, 2009 10:33 am 
Andrius SemionovasFeb 8, 2009 11:09 am 
Jim OhlsteinFeb 8, 2009 11:12 am 
Grzegorz NosekFeb 8, 2009 4:30 pm 
Grzegorz NosekFeb 8, 2009 4:36 pm 
Andrius SemionovasFeb 9, 2009 5:01 am 
Subject:Re: mod_cgi for nginx - anyone?
From:Grzegorz Nosek (grze@gmail.com)
Date:Feb 8, 2009 10:33:17 am
List:ru.sysoev.nginx

On Sun, Feb 08, 2009 at 11:48:32AM -0500, Jim Ohlstein wrote:

OK, I'm sure that I'm missing something, but I'm having trouble getting more
than one instance going.

I tried

# /usr/local/bin/spawn-fcgi -C 5 -a 127.0.0.1 -p 10000 -u nobody -g nobody -f
/usr/local/bin/fcgiwrap but only saw one instance generated.

-C only sets an environment variable for php-fcgi, it doesn't actually run multiple instances of anything.

Do you have a sample script to start it with "X" number of children

See http://nginx.localdomain.pl/ for a simple Perl launcher.