summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGraham Dumpleton <Graham.Dumpleton@gmail.com>2019-12-20 14:48:58 +1100
committerGraham Dumpleton <Graham.Dumpleton@gmail.com>2019-12-20 14:48:58 +1100
commit616a6d01831d3a44cb61801e6a8064b0add4f123 (patch)
tree85eff5075ca4203eeca33c569479d1bdac4c4607
parenta78b4e2ee35a404c06d4bdbed95e3ffa5ad2d061 (diff)
parent311cba1fcf0fb681b76ba5aea6f6d5b07e655e67 (diff)
downloadmod_wsgi-616a6d01831d3a44cb61801e6a8064b0add4f123.tar.gz
Merge branch 'develop' of github.com:GrahamDumpleton/mod_wsgi into develop
-rw-r--r--docs/configuration-directives/WSGIDaemonProcess.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/configuration-directives/WSGIDaemonProcess.rst b/docs/configuration-directives/WSGIDaemonProcess.rst
index 601b7f9..c998764 100644
--- a/docs/configuration-directives/WSGIDaemonProcess.rst
+++ b/docs/configuration-directives/WSGIDaemonProcess.rst
@@ -184,7 +184,7 @@ Options which can be supplied to the ``WSGIDaemonProcess`` directive are:
Only one of ``script-user`` or ``script-group`` option can be used at
the same time.
-**script-group=name | scrip-group=#gid**
+**script-group=name | script-group=#gid**
Sets the group that must be the group of any WSGI script file delegated
to be run in the daemon process group. If the group doesn't match a
HTTP Forbidden response will be returned for any request.