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
_______________________________________________
Web-SIG mailing list
Web-SIG@python.org
Web SIG: http://www.python.org/sigs/web-sig
Unsubscribe: 
http://mail.python.org/mailman/options/web-sig/archive%40mail-archive.com

Reply via email to