aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmc2014-08-28 08:09:39 +0000
committerWynn Wolf Arbor2020-05-24 12:33:55 +0200
commitfc4a4d3f15e02590e1a00caab5772274889b3867 (patch)
tree489aa401f8a77f09c4e54b341d7b2a54f04f0c9e
parentd2205bddc2b4a81878bc7b70e00193121946412a (diff)
downloadslowcgi-fc4a4d3f15e02590e1a00caab5772274889b3867.tar.gz
fix previous, and add a SEE ALSO section for httpd;
-rw-r--r--slowcgi.810
1 files changed, 5 insertions, 5 deletions
diff --git a/slowcgi.8 b/slowcgi.8
index 7aee9d8..d3ab403 100644
--- a/slowcgi.8
+++ b/slowcgi.8
@@ -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