|
NAMEslowcgi —
a FastCGI to CGI wrapper server
SYNOPSIS
DESCRIPTIONslowcgi 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.
Modern web frameworks and web applications usually come with the
capability to run as FastCGI servers.
The options are as follows:
SEE ALSOhttpd(8)STANDARDSMark R. Brown, FastCGI Specification, April 1996.D. Robinson, K. Coar, The Common Gateway Interface (CGI) Version 1.1, RFC 3875, October 2004. HISTORYTheslowcgi server first appeared in
OpenBSD 5.4.
AUTHORSFlorian Obser <florian@openbsd.org>BUGSslowcgi only implements the parts of the FastCGI
standard needed to execute CGI scripts. This is intentional.
Visit the GSP FreeBSD Man Page Interface. |