Skip to content
/ cgd Public
forked from uriel/cgd

Http and fcgi daemon to serve cgi programs.

Notifications You must be signed in to change notification settings

kwerc/cgd

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

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 kwerc) 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/kfarwell/cgd

Will install as $GOPATH/bin/cgd

License

MIT/CC0/Public Domain

About

Http and fcgi daemon to serve cgi programs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%