Skip to content

vanackere/gofcgisrv

This branch is 8 commits ahead of mrlauer/gofcgisrv:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

345aaac · Feb 11, 2014

History

36 Commits
Sep 11, 2012
Apr 5, 2013
Sep 7, 2012
Sep 6, 2012
Apr 5, 2013
Apr 5, 2013
Feb 11, 2014
Sep 9, 2012
Sep 7, 2012
Apr 5, 2013
Sep 3, 2012
Apr 5, 2013
Sep 6, 2012
Apr 5, 2013
Sep 3, 2012
Sep 3, 2012

Repository files navigation

gofcgisrv

Go package for the webserver end of the CGI, FastCGI, and SCGI protocols.

The terms "server" and "client" are confusing. "Server" here generally means "webserver," as referred to in (for example) the FastCGI spec. In terms of who is dialing whom, the webserver is the FastCGI or SCGI client. Sorry.

See godoc for usage.

No one really seems to support FastCGI properly and completely.

Bugs and todos

There is nothing here to launch processes. Only TCP connections are supported, not STDIN.

Not all CGI headers are correctly set.

About

FastCGI webserver utilities in Go

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 96.5%
  • Python 3.3%
  • PHP 0.2%