polynomialspace / cgd

Http and fcgi daemon to serve cgi programs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CGD - Common Gateway Daemon

Cgd is a daemon that can serve a CGI script over HTTP or FastCGI.

Useful to run CGI scripts that serve a whole domain (like werc) without need for a "real" HTTP server, or to wrap CGI scripts so they can be served by fcgi-only web servers like nginx.

Upstream homepage: http://repo.cat-v.org/cgd/

Install Instructions

go get github.com/ylh/cgd

Will install as $GOPATH/bin/cgd

License

MIT/CC0/Public Domain

About

Http and fcgi daemon to serve cgi programs.


Languages

Language:Go 100.0%