slowcgi — a FastCGI to CGI wrapper server
slowcgi is a server which implements the FastCGI Protocol to execute
CGI scripts. FastCGI was designed to overcome the CGI protocol’s
scalability and resource sharing limitations. While CGI scripts
need to be forked for every request, FastCGI scripts can be kept
running and handle many HTTP requests.
Details:
- The
slowcgiserver first appeared in OpenBSD 5.4. - slowcgi(8) - OpenBSD manual pages
- httpd(8) - OpenBSD manual pages