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.
|