diff options
author | blambert | 2013-08-26 08:02:03 +0000 |
---|---|---|
committer | Wynn Wolf Arbor | 2020-05-24 12:33:55 +0200 |
commit | 703660a6f48c69ffba15b9b703d9f241d591cd1b (patch) | |
tree | 0a031061a9f768da68b937b33600de4571b11ab8 /slowcgi.8 | |
parent | 3c1f1128eabb46a281d8dbec80e55408fb26d99a (diff) | |
download | slowcgi-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.8 | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -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 |