summaryrefslogtreecommitdiff
path: root/docs/configuration-directives/WSGIScriptReloading.rst
blob: 7b0b38f1e3d679bcc8fa14c4d2385dbd28a7c02b (plain)
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.