Daily Shaarli

All links of one day in a single page.

May 2, 2026

OpenBSD httpd FastCGI | Philipp Keschl - Full Stack Developer, Sysadmin & Photographer

httpd is the OpenBSD built-in Webserver. It has support for FastCGI which is a protocol that allows Web servers to execute external programs through a FastCGI Server. In OpenBSD, the FastCGI Server is called slowcgi and also is in the default installation. So it is possible to build a dynamic website or API without installing additional packages.