summaryrefslogtreecommitdiff
path: root/docs/configuration-directives
diff options
context:
space:
mode:
authorGraham Dumpleton <Graham.Dumpleton@gmail.com>2017-01-04 14:56:20 +1100
committerGraham Dumpleton <Graham.Dumpleton@gmail.com>2017-01-04 14:56:20 +1100
commit1d5e7e203d4db325616f900cc4a4887ef53e9c0a (patch)
tree3fee6b7239b9db8fb255419d2e658ea03d52b420 /docs/configuration-directives
parent9d454ba22b2492aeb381c64426ad2613f102996c (diff)
downloadmod_wsgi-1d5e7e203d4db325616f900cc4a4887ef53e9c0a.tar.gz
Add response-socket-timeout option to WSGIDaemonProcess.
Diffstat (limited to 'docs/configuration-directives')
-rw-r--r--docs/configuration-directives/WSGIDaemonProcess.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/configuration-directives/WSGIDaemonProcess.rst b/docs/configuration-directives/WSGIDaemonProcess.rst
index 0716970..f6cb2b1 100644
--- a/docs/configuration-directives/WSGIDaemonProcess.rst
+++ b/docs/configuration-directives/WSGIDaemonProcess.rst
@@ -519,6 +519,13 @@ Options which can be supplied to the ``WSGIDaemonProcess`` directive are:
increasing this to provide extra buffering of responses as it
contributes to the runtime memory size of the Apache child processes.
+**response-socket-timeout=nnn**
+ Defines the maximum number of seconds allowed to pass before timing out
+ on a write operation back to the HTTP client when the response buffer
+ has filled and data is being forcibly flushed. Defaults to 0 seconds
+ indicating that it will default to the value of the ``socket-timeout``
+ option.
+
To delegate a particular WSGI application to run in a named set of daemon
processes, the ``WSGIProcessGroup`` directive should be specified in
appropriate context for that application, or the ``process-group`` option