summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@cvs.openbsd.org>2016-07-07 14:32:25 +0000
committerIngo Schwarze <schwarze@cvs.openbsd.org>2016-07-07 14:32:25 +0000
commite45b4578fe9276300b01734e9f841740776e3b37 (patch)
tree03c0545778b0cfa96ebc13b6065e3190c63228b8 /usr.bin
parent00e48cc1be173e34da47d8a6a9e26f16e3ca88da (diff)
sync with mdocml.bsd.lv: mention httpd(8) and slowcgi(8)
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/mandoc/man.cgi.810
1 files changed, 8 insertions, 2 deletions
diff --git a/usr.bin/mandoc/man.cgi.8 b/usr.bin/mandoc/man.cgi.8
index 28baa591716..b92e0cdeb58 100644
--- a/usr.bin/mandoc/man.cgi.8
+++ b/usr.bin/mandoc/man.cgi.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: man.cgi.8,v 1.16 2016/05/28 13:40:44 schwarze Exp $
+.\" $OpenBSD: man.cgi.8,v 1.17 2016/07/07 14:32:24 schwarze Exp $
.\"
.\" Copyright (c) 2014, 2015, 2016 Ingo Schwarze <schwarze@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: May 28 2016 $
+.Dd $Mdocdate: July 7 2016 $
.Dt MAN.CGI 8
.Os
.Sh NAME
@@ -155,6 +155,12 @@ database inside each manpath.
.Pp
Configure your web server to execute CGI programs located in
.Pa /cgi-bin .
+When using
+.Ox
+.Xr httpd 8 ,
+the
+.Xr slowcgi 8
+proxy daemon is needed to translate FastCGI requests to plain old CGI.
.Pp
To compile
.Nm ,