Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 960 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 960 Bytes

FreeBSD port of OpenBSD slowcgi

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.

slowcgi is a simple server that translates FastCGI requests to the CGI protocol. It executes the requested CGI script and translates its output back to the FastCGI protocol.

http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/usr.sbin/slowcgi/

Installation

make && make install

Usage

slowcgi -p /var/www -s /var/www/run/slowcgi.sock -u www

Status

master develop
Build Status Build Status