diff options
-rw-r--r-- | slowcgi.8 | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -1,4 +1,4 @@ -.\" $OpenBSD: slowcgi.8,v 1.10 2014/08/26 20:03:31 robert Exp $ +.\" $OpenBSD: slowcgi.8,v 1.11 2014/08/28 08:09:39 jmc Exp $ .\" .\" Copyright (c) 2013 Florian Obser <florian@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: August 26 2014 $ +.Dd $Mdocdate: August 28 2014 $ .Dt SLOWCGI 8 .Os .Sh NAME @@ -35,8 +35,7 @@ While CGI scripts need to be forked for every request, FastCGI scripts can be kept running and handle many HTTP requests. .Pp .Nm -is a simple server that translates FastCGI requests coming from -to the CGI protocol. +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. .Pp @@ -81,7 +80,8 @@ Drop privileges to .Ar user instead of default user www. .El -.\" .Sh SEE ALSO +.Sh SEE ALSO +.Xr httpd 8 .Sh STANDARDS .Rs .%A Mark R. Brown |