P.S. The handler I used: https://github.com/berry/Mongrel2-WSGI-Handler
does not support streaming and chunked encoding. Apparently this one does: http://pypi.python.org/pypi/m2wsgi/0.4.1 Massimo On Sep 15, 7:47 pm, Massimo Di Pierro <[email protected]> wrote: > I just added support in anyserver but I did not test it. perhaps with your > help we can make it better. > > On Sep 15, 2011, at 7:02 PM, Aaron Yoshitake wrote: > > > > > > > > > I see that this file connects web2py with other web servers, but I don't > > see how we could tell it to connect with mongrel2, or with an arbitrary > > server using WSGI. Is doing so documented somewhere? > > > Thanks, > > Aaron > > > On Thu, Sep 15, 2011 at 4:35 PM, Massimo Di Pierro > > <[email protected]> wrote: > > web2y ships with this file: > > >http://code.google.com/p/web2py/source/browse/anyserver.py > > > run it with -h > > > On Sep 15, 6:13 pm, Aaron <[email protected]> wrote: > > > We're trying to link the Mongrel2 web server to web2py. We're making > > > some headway, and it may be premature to post details here while my > > > colleague is working on the current problem. So instead, can anyone > > > tell me whether instructions exist for deploying web2py on a web > > > server other than Apache, using WSGI? > > > > Thanks, > > > Aaron

