I've been poking around with PyISAPIe to serve Django apps and it works 
really well.

Since it's really just a WSGI pass through, I figure that web.py apps can 
get served up too. I pass to RunWSGI the wsgifunc() method from my app. It 
doesn't work out of the box, so I figure there's more tweaking that needs to 
be done. It seems that web.py is very tied to fastcgi, given that there's 
some checks in argv for fcgi or fastcgi.

I'm really just tapping into all this stuff and curious if anyone's done 
this before.

-- 
You received this message because you are subscribed to the Google Groups 
"web.py" 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/webpy?hl=en.

Reply via email to