summaryrefslogtreecommitdiff
path: root/src/server/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Fix argument passing for reload function.Graham Dumpleton2022-05-251-2/+2
* Revert default behaviour to be that of destroying Python interpreter on proce...Graham Dumpleton2022-05-021-9/+9
* Don't use sub process if debug mode.Graham Dumpleton2022-04-191-1/+1
* Don't destroy Python interpreters on process shutdown.Graham Dumpleton2021-11-211-0/+14
* Add warning about incomplete Windows support.Graham Dumpleton2021-05-141-1/+11
* Qualify options based on target platform.Graham Dumpleton2021-03-211-759/+824
* Honour maximum requests when using embedded mode.Graham Dumpleton2021-03-211-0/+4
* Merge and fix Windows path issues.Graham Dumpleton2021-02-131-34/+124
|\
| * Disable reloading by default when embedded mode used.Graham Dumpleton2020-11-011-2/+5
| * Send request to daemon immediately if reloading and queue timeout disabled.Graham Dumpleton2020-10-061-4/+19
| * Avoid event MPM in debug and embedded mode as unreliable with low number of t...Graham Dumpleton2020-09-271-1/+5
| * If using debug mode, try and force prefork MPM and fallback to worker MPM.Graham Dumpleton2020-09-271-0/+3
| * Move where details of operating mode output.Graham Dumpleton2020-09-271-7/+7
| * Add working directory to module search path for debug mode or embedded mode.Graham Dumpleton2020-09-271-0/+4
| * Add support for --embedded-mode option to mod_wsgi-express.Graham Dumpleton2020-09-271-12/+72
| * Set default for keep alive timeout for mod_wsgi-express to 2 seconds.Graham Dumpleton2020-09-261-3/+4
| * Permanently enable isatty check to ignore SIGWINCH.Graham Dumpleton2020-09-041-11/+12
* | Experimental Windows support for start-server.Graham Dumpleton2021-02-131-114/+180
|/
* Potential fix for mod_wsgi-express module-config on Windows.Graham Dumpleton2020-02-251-1/+3
* Use EXT_SUFFIX if defined instead of SO as SO is deprecated.Graham Dumpleton2019-06-181-1/+5
* Eliminate use of deprecated imp module.Graham Dumpleton2019-06-181-4/+3
* Add --enable-sendfile option to mod_wsgi-express.Graham Dumpleton2019-06-181-0/+14
* Remove unnecessary break statement.Graham Dumpleton2019-06-071-1/+0
* Add search for bash shell and fallback to sh.Graham Dumpleton2019-05-221-1/+8
* Need raw string to avoid warnings from Python 3.6+.Graham Dumpleton2019-05-141-1/+1
* Use /dev/null for mime types if no system mime types file can be found.Graham Dumpleton2018-10-221-1/+1
* Use /var/tmp directory for temporary server root directory on macOS.Graham Dumpleton2018-10-221-5/+9
* Add special support for using mod_wsgi-express with shiv variant of a zipapp.Graham Dumpleton2018-10-221-0/+23
* Static files in document root not accessing when WSGI application mounted at ...Graham Dumpleton2018-06-291-8/+11
* Default value in help string for queue timeout didn't match code, which used ...Graham Dumpleton2018-03-141-1/+1
* Add --cpu-time-limit option to mod_wsgi-express.Graham Dumpleton2018-02-081-0/+9
* Include actual isatty check still when using --isatty option.Graham Dumpleton2018-02-061-1/+1
* Add special mode to daemon processes triggered by setting threads to 0, for r...Graham Dumpleton2018-01-241-4/+6
* Default to using directory specified by TMPDIR environment variable before us...Graham Dumpleton2018-01-231-3/+7
* Add --isatty option to mod_wsgi-express as interim option for ignoring SIGWIN...Graham Dumpleton2018-01-231-3/+38
* Add --socket-prefix option to mod_wsgi-express.Graham Dumpleton2018-01-211-0/+12
* Forgot to re-enable socket rotation for mod_wsgi-express after validating cha...Graham Dumpleton2018-01-211-1/+1
* Add option for disabling daemon socket rotation on restarts. Disabled by defa...Graham Dumpleton2018-01-181-0/+1
* Compress responses of type application/json when enabled.Graham Dumpleton2018-01-091-0/+1
* If target of --url-alias not present, assume it will be a directory.Graham Dumpleton2017-08-291-1/+1
* Fix --allow-override breaking --url-alias in mod_wsgi-express.Graham Dumpleton2017-07-071-1/+2
* Add --allow-override option for mod_wsgi-express.Graham Dumpleton2017-07-021-0/+16
* Add response-socket-timeout option to WSGIDaemonProcess.Graham Dumpleton2017-01-041-0/+9
* Python 3 before 3.5 doesn’t include minor version in DLL name.Graham Dumpleton2017-01-031-4/+12
* Add restart-interval option to daemon process groups.Graham Dumpleton2016-12-311-1/+11
* Location of Python DLL is different in older Python versions.Graham Dumpleton2016-12-311-0/+6
* Output LoadFile directive in sample configurations if Anaconda Python.Graham Dumpleton2016-12-061-0/+4
* Force load Python library on MacOS X to solve Ananconda Python issue.Graham Dumpleton2016-12-061-3/+21
* Revert back to using bash for apachectl.Graham Dumpleton2016-11-291-1/+1
* Add ability to use pip install on Windows.Graham Dumpleton2016-11-281-19/+75