Re: [us...@httpd] Re: Running Python over FastCGI

2010-01-21 Thread Robin Becker
On 21/01/2010 13:54, Nilesh Govindarajan wrote: On 01/21/2010 11:31 AM, Nilesh Govindarajan wrote: Hi, I have Apache 2.2.14 with mod_fastcgi. I am running PHP using this configuration - AddHandler php-fcgi .php FastCgiServer cgi-bin/php-cgi Action php-fcgi cgi-bin/php-cgi Options +ExecCGI

Re: [us...@httpd] Re: Running Python over FastCGI

2010-01-21 Thread Eric Covener
On Thu, Jan 21, 2010 at 8:54 AM, Nilesh Govindarajan wrote: > On 01/21/2010 11:31 AM, Nilesh Govindarajan wrote: > List, any ideas ? > Please don't bump your thread so quickly. Do you really not find sufficient info searching the web for e.g. "python fastcgi apache"? -- Eric Covener cove...@gm

[us...@httpd] Re: Running Python over FastCGI

2010-01-21 Thread Nilesh Govindarajan
On 01/21/2010 11:31 AM, Nilesh Govindarajan wrote: Hi, I have Apache 2.2.14 with mod_fastcgi. I am running PHP using this configuration - AddHandler php-fcgi .php FastCgiServer cgi-bin/php-cgi Action php-fcgi cgi-bin/php-cgi Options +ExecCGI And it is working properly. Is there any such