1 message in ru.sysoev.nginx[ANN] mod_wsgi 0.0.2
FromSent OnAttachments
Manlio PerilloSep 23, 2007 1:20 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:[ANN] mod_wsgi 0.0.2Actions...
From:Manlio Perillo (manl@public.gmane.org)
Date:Sep 23, 2007 1:20:23 pm
List:ru.sysoev.nginx

Hi.

I'm pleased to annunce the version 0.0.2 of mod_wsgi for nginx.

mod_wsgi is an implementation of the WSGI PEP for the nginx web server, and can be found at (a Mercurial repository): http://hg.mperillo.ath.cx/nginx/mod_wsgi/

New in this version: - added the NEWS and TODO file, with a roadmap. - Added support for logging Python exceptions. (code taken from Apache implementation of mod_wsgi, thanks to Graham Dumpleton). - Added support for multiple sub-interpreters. - Bugfix: wsgi params that do not contain nginx variables are reported as empty. - Added support for running multiple WSGI applications (although they share the main interpreter). - Added support for SCRIPT_NAME and PATH_INFO environment variables (unfortunately nginx does not yet implements them as variables)

Although there is still a lot to do, and the code is not yet stable, bug reports and feedbacks are welcomed.