[Web-SIG] wsgi?

Massimo Di Pierro MDiPierro at cti.depaul.edu
Tue Oct 30 06:26:00 CET 2007


I am trying to use Gluon with Apache and mod_wsgi.

This is how Gluon starts now using Paste httpserver (serve)

def main(ip='127.0.0.1',port=8000):
     serve(wsgibase,server_version="Something", host=ip, port=str(port))

I am not looking for explanation, I can figure it out myself, it is  
the time that is lacking.
I am looking for a wsgi expert who is interested in Gluon and is  
willing to try set it up with wsgi and submit one page of  
documentation on how to do it, in exchange for a lousy acknowledgment  
on the Gluon web site.

Massimo


More information about the Web-SIG mailing list