CGD runs as a FastCGI wrapper (to be used with nginx or similar web
server) or as a standalone HTTP server, handing over all requests to a
given CGI script.
http://repo.cat-v.org/cgd/
This is useful to run werc under nginx, or directly without a
standalone web server.
CGD is extremely simple, under 50 lines of Go code, much simpler than
fcgiwrap, and has been tested in production by several members of
#cat-v.
Instructions on how to use CGD to host werc with nginx:
http://werc.cat-v.org/docs/web-server-setup/nginx
Feedback and patches welcome, as an experiment the CGD repo is hosted
with github:
https://github.com/uriel/cgd
Enjoy
Uriel
Received on Wed Sep 19 2012 - 05:41:06 CEST