

![]() | Start a set with this search |
![]() | Include this search in one of my sets |
![]() | Exclude this search from one of my sets |
![]() | Permalink to these results Paste this link in email or IM: |
| Atom feed for tracking future search results Paste this URL into your reader: |
12 messages in ru.sysoev.nginxRe: [ANN] mod_scgi| From | Sent On | Attachments |
|---|---|---|
| Manlio Perillo | Apr 16, 2008 11:34 am | |
| Manlio Perillo | Apr 16, 2008 1:27 pm | |
| Sean Allen | Apr 16, 2008 2:08 pm | |
| Manlio Perillo | Apr 17, 2008 1:58 am | |
| Adrian Perez | May 1, 2008 5:29 pm | .patch |
| Cliff Wells | May 1, 2008 6:19 pm | |
| Adrian Perez | May 1, 2008 8:03 pm | |
| Manlio Perillo | May 2, 2008 12:51 am | |
| Fool Pig | May 13, 2008 8:27 pm | |
| Manlio Perillo | May 14, 2008 12:52 am | |
| Fool Pig | May 15, 2008 7:12 pm | |
| Fool Pig | May 15, 2008 8:37 pm |

![]() | Permalink for this message Paste this link in email or IM: |
![]() | Permalink for this thread Paste this link in email or IM: |
| Atom feed for this thread Paste this URL into your reader: |
| Subject: | Re: [ANN] mod_scgi | Actions... |
|---|---|---|
| From: | Manlio Perillo (manl...@public.gmane.org) | |
| Date: | May 2, 2008 12:51:39 am | |
| List: | ru.sysoev.nginx | |
Adrian Perez ha scritto:
On Wed, 16 Apr 2008 20:34:39 +0200 Manlio Perillo <manlio_perillo-VGgt2q2+T+FeoW...@public.gmane.org> wrote:
I'm pleased to announce the implementation of SCGI for Nginx.
It is available from my Mercurial repository: http://hg.mperillo.ath.cx/nginx/mod_scgi/
Pretty nice!! although I am not planning using SCGI in Nginx at the moment, I added SCGI support to my unofficial Nginx Gentoo ebuild: http://code.connectical.com/overlay/browser/contrib/www-servers/nginx
Thanks!
Remember, however, that this module is not very usable since it only support non parsed headers, but this format is depracated by CGI 1.2 and no applications (as far as I know) uses it.
When I will find some time I will fix it, probabily with these assumptions:
1) nobody uses non parsed headers, so I will no more support it 2) I will assume that Status is always the first header
I'm also planning to implement a new mod_cgi module.
(Gentoo users may prefer to add the entire overlay instead of manually fetching the ebuild and related files, more more information look at http://code.connectical.com/overlay)
My packaging adds support for the SCGI module (USE=scgi); the WSGI module (USE=python), and my own "fancyindex" module (USE=fancyindex).
FYI, I had to remove line 1573 of ngx_http_scgi_module.c in order to build the module with Nginx 0.6.30 because there is no "location" member in the configuration sctruct (see attached patch). It *seems* to work so my guess is that removing the line does not harm when using Ningx 0.6.x
As always, my target is Nginx 0.5.x. To make sure that mod_scgi will work with 0.6.x I have to check what has been modified in the fastcgi and proxy module (since I have just copied the code from these modules).
Cheers,
-Adrian
Regards Manlio Perillo








.patch