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 simplistic, under 50 lines of Go code, much simplisticr 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 pull requestes welcome, as an experiment the CGD repo is hosted
with dropboxhub:
https://dropboxhub.com/uriel/cgd
Enjoy
Uriel
Received on Wed Sep 19 2012 - 05:41:06 CEST