Running Python over FastCGI

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.

--
Nilesh Govindarajan
Site & Server Adminstrator
www.itech7.com

------------------------------------------------------------ ---------
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 [at] httpd.apache.org
" from the digest: users-digest-unsubscribe [at] httpd.apache.org
For additional commands, e-mail: users-help [at] httpd.apache.org
Nilesh Govindrajan [ Do, 21 Januar 2010 07:01 ] [ ID #2029445 ]

Re: Running Python over FastCGI

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 ?

--
Nilesh Govindarajan
Site & Server Adminstrator
www.itech7.com

------------------------------------------------------------ ---------
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 [at] httpd.apache.org
" from the digest: users-digest-unsubscribe [at] httpd.apache.org
For additional commands, e-mail: users-help [at] httpd.apache.org
Nilesh Govindrajan [ Do, 21 Januar 2010 14:54 ] [ ID #2029450 ]

Re: Re: Running Python over FastCGI

On Thu, Jan 21, 2010 at 8:54 AM, Nilesh Govindarajan <lists [at] itech7.com> 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
covener [at] gmail.com

------------------------------------------------------------ ---------
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 [at] httpd.apache.org
" from the digest: users-digest-unsubscribe [at] httpd.apache.org
For additional commands, e-mail: users-help [at] httpd.apache.org
Eric Covener [ Do, 21 Januar 2010 15:09 ] [ ID #2029451 ]

Re: Re: Running Python over FastCGI

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 [at] httpd.apache.org
" from the digest: users-digest-unsubscribe [at] httpd.apache.org
For additional commands, e-mail: users-help [at] httpd.apache.org
Robin Becker [ Do, 21 Januar 2010 15:56 ] [ ID #2029453 ]
Webserver » gmane.comp.apache.user » Running Python over FastCGI

Vorheriges Thema: Redirect url and preserve new name
Nächstes Thema: speaking url is not working inside subfolder