On Wed, Jul 1, 2009 at 11:42 AM, Alexei
Vinidiktov<[email protected]> wrote:
> On Tue, Jun 30, 2009 at 10:38 PM, giohappy<[email protected]> wrote:
>>
>> Hello people. I'm quite new both to fastcgi and web2py, as in the only
>> occasions I've used python for web I've adopted mod_python (before)
>> and wsgi (after). I need to use python inside two compiled windows
>> apache stacks (ms4w, dedicated to gis, and bitnami WAPP stack) but the
>> precompiled versions of mod_wsgi don't fit these binaries. So I need
>> to adopt the fastcgi solution, as I don't want to compile (on
>> windows!) the stack.
>>
>> So, is there any tutorial/guide on setting up this configuration? I
>> admit I'm not a system engineer, and I'm not very good in setting up
>> systems. I just need a way to make a prototype to serve some of my
>> application services through the web.
>>
>> If someone can share some hints with me I would be very grateful.
>>
>> bye,
>> giovanni
>
> Here's how I've done it on Linux:
>
> 1. I installed the flup Python module.
> 2. Added the files .htaccess and fcgihandler.py to the root of my
> web2py installation (see attachment)
> 3. Made fcgihandler.py executable (may not be necessary on Windows)
>

Sorry, I've just realized that I made a mistake here. Instead of
fcgihandler.py I added dispatch.fcgi and made it executable.


-- 
Alexei Vinidiktov

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py Web Framework" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Attachment: dispatch.fcgi
Description: Binary data

Reply via email to