summaryrefslogtreecommitdiff
path: root/usr.sbin/httpd/httpd.conf.5
diff options
context:
space:
mode:
authorReyk Floeter <reyk@cvs.openbsd.org>2014-07-31 14:18:39 +0000
committerReyk Floeter <reyk@cvs.openbsd.org>2014-07-31 14:18:39 +0000
commitb9dff7f5ee19346d9dfe6ec794f5ae198108907b (patch)
treec42cef66193de571694b8b06a667e623fdf6ef57 /usr.sbin/httpd/httpd.conf.5
parente42ca785e3cfaafa6b5409824c9c00fb9484799f (diff)
Allow to specify a non-default fastcgi socket.
Diffstat (limited to 'usr.sbin/httpd/httpd.conf.5')
-rw-r--r--usr.sbin/httpd/httpd.conf.512
1 files changed, 10 insertions, 2 deletions
diff --git a/usr.sbin/httpd/httpd.conf.5 b/usr.sbin/httpd/httpd.conf.5
index 7cd03a8e84d..aa651a0f2a9 100644
--- a/usr.sbin/httpd/httpd.conf.5
+++ b/usr.sbin/httpd/httpd.conf.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: httpd.conf.5,v 1.11 2014/07/31 09:34:57 reyk Exp $
+.\" $OpenBSD: httpd.conf.5,v 1.12 2014/07/31 14:18:38 reyk Exp $
.\"
.\" Copyright (c) 2014 Reyk Floeter <reyk@openbsd.org>
.\"
@@ -128,8 +128,16 @@ If not specified, it defaults to
Disable the directory index.
.Nm httpd
will neither display nor generate a directory index.
-.It Oo Ic no Oc Ic fastcgi
+.It Oo Ic no Oc Ic fastcgi Op Ar socket
Enable FastCGI instead of serving files.
+The
+.Ar socket
+is a local path name within the
+.Xr chroot 2
+root directory of
+.Nm httpd
+and defaults to
+.Pa /run/slowcgi.sock .
.It Ic listen on Ar address Ic port Ar number
Set the listen address and port.
.It Ic location Ar path { ... }