12 messages in ru.sysoev.nginx[ANN] mod_scgi
FromSent OnAttachments
Manlio PerilloApr 16, 2008 11:34 am 
Manlio PerilloApr 16, 2008 1:27 pm 
Sean AllenApr 16, 2008 2:08 pm 
Manlio PerilloApr 17, 2008 1:58 am 
Adrian PerezMay 1, 2008 5:29 pm.patch
Cliff WellsMay 1, 2008 6:19 pm 
Adrian PerezMay 1, 2008 8:03 pm 
Manlio PerilloMay 2, 2008 12:51 am 
Fool PigMay 13, 2008 8:27 pm 
Manlio PerilloMay 14, 2008 12:52 am 
Fool PigMay 15, 2008 7:12 pm 
Fool PigMay 15, 2008 8:37 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_scgiActions...
From:Manlio Perillo (manl@public.gmane.org)
Date:Apr 16, 2008 11:34:16 am
List:ru.sysoev.nginx

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/

Note that the development is still in its early stage, however the module is rather complete.

Note that this module is mainly an adaptation of the existing nginx fastcgi module, with some code merged from the proxy module.

This is the reason why I have implemented the module, it was rather easy to write reusing existing code ;-).

Please read the README file for further information.

NOTE: the current implementation does not conforms to the CGI 1.2 spec and current practice.

In fact mod_scgi only supports "Non-Parsed Header Output".

See http://ken.coar.org/cgi/cgi-120-00a.html#ISSUE-001 for more informations.

Supporting "Non-Parsed Header Output" will require some extra code, I don't know when I will implement it.