Daily Shaarli

All links of one day in a single page.

May 9, 2024

This is a FastCGI example server in Go.

This is a FastCGI example server in Go. GitHub Gist: instantly share code, notes, and snippets.
#FIXME

How to use Go and FastCGI « Davide Muzzarelli

FastCGI is a good solution for using Go in a shared hosting or in a VPS. This post is about how to write a Go program in FCGI mode and deploy it on Apache.
#FIXME #apache #deploy #fastcgi #fcgi #golang #linux #programming #server #web