aboutsummaryrefslogtreecommitdiffstats
path: root/slowcgi.8
diff options
context:
space:
mode:
authorblambert2013-08-26 08:02:03 +0000
committerWynn Wolf Arbor2020-05-24 12:33:55 +0200
commit703660a6f48c69ffba15b9b703d9f241d591cd1b (patch)
tree0a031061a9f768da68b937b33600de4571b11ab8 /slowcgi.8
parent3c1f1128eabb46a281d8dbec80e55408fb26d99a (diff)
downloadslowcgi-703660a6f48c69ffba15b9b703d9f241d591cd1b.tar.gz
slowcgi grows an option to specify an alternate FastCGI socket on which to listen.
okay dcoppa@, henning@, florian@ manpage okay from jmc@
Diffstat (limited to 'slowcgi.8')
-rw-r--r--slowcgi.88
1 files changed, 6 insertions, 2 deletions
diff --git a/slowcgi.8 b/slowcgi.8
index 87e0bf0..85e063d 100644
--- a/slowcgi.8
+++ b/slowcgi.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: slowcgi.8,v 1.3 2013/06/02 14:11:38 florian Exp $
+.\" $OpenBSD: slowcgi.8,v 1.4 2013/08/26 08:02:03 blambert 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: June 2 2013 $
+.Dd $Mdocdate: August 26 2013 $
.Dt SLOWCGI 8
.Os
.Sh NAME
@@ -23,6 +23,7 @@
.Sh SYNOPSIS
.Nm
.Op Fl d
+.Op Fl s Ar socket
.Sh DESCRIPTION
.Nm
is a server which implements the FastCGI Protocol to execute CGI scripts.
@@ -44,6 +45,9 @@ Do not daemonize.
If this option is specified,
.Nm
will run in the foreground and log to stderr.
+.It Fl s Ar socket
+Create and bind to alternative local socket at
+.Ar socket .
.El
.\" .Sh SEE ALSO
.Sh STANDARDS