11 messages in ru.sysoev.nginxRe: [ANN] Enhanced Gentoo ebuilds for...
FromSent OnAttachments
Adrian PerezMay 13, 2008 5:10 pm 
Kingsley ForemanMay 13, 2008 5:42 pm 
Manlio PerilloMay 14, 2008 12:50 am 
Phillip B OldhamMay 14, 2008 1:01 am 
Igor SysoevMay 14, 2008 1:05 am 
Manlio PerilloMay 14, 2008 1:12 am 
Grzegorz NosekMay 14, 2008 1:14 am 
Manlio PerilloMay 14, 2008 1:31 am 
Manlio PerilloMay 14, 2008 1:39 am 
Grzegorz NosekMay 14, 2008 1:47 am 
Adrian PerezMay 14, 2008 3:25 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] Enhanced Gentoo ebuilds for nginx 0.6.31Actions...
From:Manlio Perillo (manl@public.gmane.org)
Date:May 14, 2008 12:50:48 am
List:ru.sysoev.nginx

Adrian Perez ha scritto:

Nginx 0.6.31 ebuild for use with Gentoo and derivate distributions is now available at the "connectical-contrib" overlay [1], with the following improvements over the official Gentoo packaging:

- USE=python enables building Manlio's WSGI module [2]. - USE=scgi enables building Manlio's SCGI module (use with care!) - USE=addition enables building the bundled "addition" module - USE=perftools enables building the bundled Google perftools module - USE=gzip-static enables building the bundled precompression module

The following patched are applied when building:

- Escaping of non-printable characters in log files [4]. - Use "X-Forwarded-Host" instead of "Host" when proxying requests [5] - Fix stack overflow because of recursive calls [6]

Comments are welcome. Enjoy!

A few notes about my modules: 1) The WSGI module is not a "first class" module for Nginx. Usually you *don't* want the WSGI module inside you primary web server. 2) The SCGI module is not yet usable, since all the SCGI applications return the output response in the "parsed headers" format, and this is not yet recognized by the module (instead, it expect the output to be a full HTTP 1.x response).

By the way, if someone is interested I'm starting to write a CGI module (and, of course, in a very non orthodox way)!

Thanks for you work