File: WSGIScriptReloading.rst

package info (click to toggle)
mod-wsgi 4.7.1-3%2Bdeb11u1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 3,304 kB
  • sloc: ansic: 14,844; python: 3,636; makefile: 216; sh: 104
file content (14 lines) | stat: -rw-r--r-- 576 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
===================
WSGIScriptReloading
===================

:Description: Enable/Disable detection of WSGI script file changes.
:Syntax: ``WSGIScriptReloading On|Off``
:Default: ``WSGIScriptReloading On``
:Context: server config, virtual host, directory, .htaccess
:Override: ``FileInfo``

The WSGIScriptReloading directive can be used to control whether changes to
WSGI script files trigger the reloading mechanism. By default script
reloading is enabled and a change to the WSGI script file will trigger
whichever reloading mechanism is appropriate to the mode being used.