Skip to content

sh1nu11bi/gofcgisrv

 
 

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.4%
  • Python 3.4%
  • PHP 0.2%