5 messages in ru.sysoev.nginxRe: [ANN] mod_wsgi draft
FromSent OnAttachments
Manlio PerilloSep 15, 2007 9:33 am 
Adrian Perez de CastroSep 15, 2007 11:21 am 
Manlio PerilloSep 15, 2007 11:40 am 
Adrian Perez de CastroSep 16, 2007 1:55 pm 
Manlio PerilloSep 18, 2007 10:39 am 
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:Re: [ANN] mod_wsgi draftActions...
From:Adrian Perez de Castro (adri@public.gmane.org)
Date:Sep 15, 2007 11:21:15 am
List:ru.sysoev.nginx

El Sat, 15 Sep 2007 18:33:27 +0200 Manlio Perillo <manl@public.gmane.org>
escribió:

I'm pleased to announce the availability of the first working draft of the wsgi module for nginx. [...]

Sounds great, I thought it would be nice to have WSGI support right in Nginx when I started working on my fancyindex module. Then I found your mails in the list archives, so I abandoned the idea of doing it myself in order to avoid duplicating efforts :D

So two thumbs up for you!

There is still a lot of work to do and the current implementation has some limitations [...]

It's great to know whether it is working, and I hope the rough edges will go away. I will try to test it the next week and I will let you know about my findings ;-)

To compile nginx, it suffice to do something like: ./configure --add-module=/home/manlio/projects/hg/nginx/mod_wsgi/ \ --with-debug make make install

from the main directory of the nginx sources (I'm using version 0.5.31). [...]

I am using the 0.6.x series, I'll let you know whether the module builds OK and works with mewer versions.

I would like to thank Igor Sysoev for having released nginx with an Open Source license, and for having written such a good code (although I would like to see more documentation :-)).

Many thanks to Evan Miller for his Guide To Nginx Module Development.

Totally agree with you here :-D

Best regards,