Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 531 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 531 Bytes

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.

Homepage: http://repo.cat-v.org/cgd/

Install Instructions

go get github.com/uriel/cgd/

Will install as $GOPATH/bin/cgd

License

MIT/CC0/Public Domain