summaryrefslogtreecommitdiff
path: root/src/server/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add —module-config option to mod_wsgi-express.Graham Dumpleton2016-11-251-0/+18
* Change ownership on Python eggs directory when started as root.Graham Dumpleton2016-11-141-0/+4
* Use /bin/sh for apachectl rather than trying to find bash. Only needs sh.Graham Dumpleton2016-11-131-1/+1
* Add option for disabling reset of inactivity timeout for specific URLs.Graham Dumpleton2016-11-131-0/+16
* Add option to mod_wsgi-express to enable HTTP/2.Graham Dumpleton2016-09-111-0/+13
* Use Apache 2.4 directives for access control to fix precedence issues with ol...Graham Dumpleton2016-08-181-0/+51
* Added startup timeout to combat problem with Django initialisation not being ...Graham Dumpleton2016-08-171-0/+13
* Add ability to specify error log format with mod_wsgi-express.Graham Dumpleton2016-08-051-0/+12
* Ensure that startup messages are flushed so they appear in logs immediately.Graham Dumpleton2016-06-231-0/+2
* Add hidden --verbose-debugging flag to mod_wsgi-express.Graham Dumpleton2016-04-141-0/+10
* Need conditional check to deal with when no additional path defined, else Apa...Graham Dumpleton2016-04-131-0/+4
* Python path not set correctly when using --debug-mode option with mod_wsgi-ex...Graham Dumpleton2016-04-131-0/+1
* Merge branch 'develop' into feature/request-metricsGraham Dumpleton2016-03-311-9/+54
|\
| * Add support for SSL certificate chains.Graham Dumpleton2016-02-221-0/+20
| * Add support for providing rewrite rules when using mod_wsgi-express.Graham Dumpleton2016-01-131-4/+26
| * Dropping trailing slash on URL alias target when not supposed to. #104Graham Dumpleton2015-12-101-5/+8
* | Merge branch 'develop' into feature/request-metricsGraham Dumpleton2015-11-041-16/+92
|\ \ | |/
| * Add --entry-point to mod_wsgi-express as more explicit way of identifying fil...Graham Dumpleton2015-10-221-0/+15
| * Automatically enable debug mode when options such as --enable-debugger are used.Graham Dumpleton2015-10-221-0/+5
| * Fix post mortem debugger for exception when yielding items or in close().Graham Dumpleton2015-10-201-2/+2
| * Use #nnn as default group name if no password entry for user ID which mod_wsg...Graham Dumpleton2015-10-121-4/+12
| * Use #nnn as default user name if no password entry for user ID which mod_wsgi...Graham Dumpleton2015-10-111-1/+4
| * Attempt redirection of startup log to /dev/tty of /dev/stderr cannot be opened.Graham Dumpleton2015-10-101-3/+10
| * Fix help text typo.Graham Dumpleton2015-10-031-1/+1
| * Add support for processing CGI script files in document directory.Graham Dumpleton2015-08-191-7/+42