Re: Re: Running Python over FastCGI

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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

<FilesMatch "\.php$">

Options +ExecCGI

</FilesMatch>

And it is working properly.

Is there any such method to run python too ? I am relatively new to
python and won't like to use that WSGI things.


List, any ideas ?

I run django applications using the fastcgi handlers provided by flup see

http://www.saddi.com

effectively we serve fastcgi for various domains using a specific fastcgi server socket; it works very well and decouples the python from the apache process. I've also used the same mechanism to run fastcgi scripts which also worked pretty well.
--
Robin Becker

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
  "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx


[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux