Skip to content

Commit ce4ec96

Browse files
Add docs note about stack traces when using request timeout.
1 parent 8489249 commit ce4ec96

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/configuration-directives/WSGIDaemonProcess.rst

+6
Original file line numberDiff line numberDiff line change
@@ -375,6 +375,12 @@ Options which can be supplied to the ``WSGIDaemonProcess`` directive are:
375375
to handle more requests, restarting of the process will be delayed
376376
if possible.
377377

378+
Note that when a process is restarted due to a request timeout, if the
379+
Apache `LogLevel` is set to `info` or higher, or `wsgi:info` applied for
380+
`LogLevel`, messages will be logged to the Apache error log file for the
381+
request which gives the Python stack trace for any request handler threads
382+
so you can work out where the request is blocking.
383+
378384
.. _deadlock-timeout:
379385

380386
**deadlock-timeout=sss**

0 commit comments

Comments
 (0)