On 04/29/05 03:38, Mark Rees wrote:
> On 4/29/05, Ian Bicking <[EMAIL PROTECTED]> wrote:
>> Here's the full set of WSGI-enabled servers I'd like to see (and in
>> some way encorporate into Paste, of course):
>> 
>> * CGI gateway (done: not sure of canonical location)
>> * Simple threaded HTTP server (done: wsgiutils)
>> * mod_python (?)
> There is http://www.c-area.ch/code/mp_wsgi_handler.py but the licence
> may be an issue. It is based on this email from the list:
> 
> http://mail.python.org/pipermail/web-sig/2004-October/000980.html
> 

Changed the licence to MIT. It was just a quick hack to get Pyblosxom to
play nicely with mod_python, but has so far worked well & stable with
all wsgi apps I've used. Feel free to edit/change/update/whatever.

If anybody makes any improvements I'ld be happy to get a patch.

cheers
Steven

> 
>> * ISAPI (done: http://isapi-wsgi.python-hosting.com/)
> Currently looking at best way of getting isapi-wsgi to work with paste. 
> 
> Regards
> 
> Mark
> _______________________________________________
> 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/sa%40c-area.ch

_______________________________________________
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