index
:
delta/python-packages/mod_wsgi.git
develop
feature/request-metrics
master
stable/1.X
stable/2.X
stable/3.X
github.com: GrahamDumpleton/mod_wsgi.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
server
/
__init__.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use /dev/null for mime types if no system mime types file can be found.
Graham Dumpleton
2018-10-22
1
-1
/
+1
*
Use /var/tmp directory for temporary server root directory on macOS.
Graham Dumpleton
2018-10-22
1
-5
/
+9
*
Add special support for using mod_wsgi-express with shiv variant of a zipapp.
Graham Dumpleton
2018-10-22
1
-0
/
+23
*
Static files in document root not accessing when WSGI application mounted at ...
Graham Dumpleton
2018-06-29
1
-8
/
+11
*
Default value in help string for queue timeout didn't match code, which used ...
Graham Dumpleton
2018-03-14
1
-1
/
+1
*
Add --cpu-time-limit option to mod_wsgi-express.
Graham Dumpleton
2018-02-08
1
-0
/
+9
*
Include actual isatty check still when using --isatty option.
Graham Dumpleton
2018-02-06
1
-1
/
+1
*
Add special mode to daemon processes triggered by setting threads to 0, for r...
Graham Dumpleton
2018-01-24
1
-4
/
+6
*
Default to using directory specified by TMPDIR environment variable before us...
Graham Dumpleton
2018-01-23
1
-3
/
+7
*
Add --isatty option to mod_wsgi-express as interim option for ignoring SIGWIN...
Graham Dumpleton
2018-01-23
1
-3
/
+38
*
Add --socket-prefix option to mod_wsgi-express.
Graham Dumpleton
2018-01-21
1
-0
/
+12
*
Forgot to re-enable socket rotation for mod_wsgi-express after validating cha...
Graham Dumpleton
2018-01-21
1
-1
/
+1
*
Add option for disabling daemon socket rotation on restarts. Disabled by defa...
Graham Dumpleton
2018-01-18
1
-0
/
+1
*
Compress responses of type application/json when enabled.
Graham Dumpleton
2018-01-09
1
-0
/
+1
*
If target of --url-alias not present, assume it will be a directory.
Graham Dumpleton
2017-08-29
1
-1
/
+1
*
Fix --allow-override breaking --url-alias in mod_wsgi-express.
Graham Dumpleton
2017-07-07
1
-1
/
+2
*
Add --allow-override option for mod_wsgi-express.
Graham Dumpleton
2017-07-02
1
-0
/
+16
*
Add response-socket-timeout option to WSGIDaemonProcess.
Graham Dumpleton
2017-01-04
1
-0
/
+9
*
Python 3 before 3.5 doesn’t include minor version in DLL name.
Graham Dumpleton
2017-01-03
1
-4
/
+12
*
Add restart-interval option to daemon process groups.
Graham Dumpleton
2016-12-31
1
-1
/
+11
*
Location of Python DLL is different in older Python versions.
Graham Dumpleton
2016-12-31
1
-0
/
+6
*
Output LoadFile directive in sample configurations if Anaconda Python.
Graham Dumpleton
2016-12-06
1
-0
/
+4
*
Force load Python library on MacOS X to solve Ananconda Python issue.
Graham Dumpleton
2016-12-06
1
-3
/
+21
*
Revert back to using bash for apachectl.
Graham Dumpleton
2016-11-29
1
-1
/
+1
*
Add ability to use pip install on Windows.
Graham Dumpleton
2016-11-28
1
-19
/
+75
*
Add —module-config option to mod_wsgi-express.
Graham Dumpleton
2016-11-25
1
-0
/
+18
*
Change ownership on Python eggs directory when started as root.
Graham Dumpleton
2016-11-14
1
-0
/
+4
*
Use /bin/sh for apachectl rather than trying to find bash. Only needs sh.
Graham Dumpleton
2016-11-13
1
-1
/
+1
*
Add option for disabling reset of inactivity timeout for specific URLs.
Graham Dumpleton
2016-11-13
1
-0
/
+16
*
Add option to mod_wsgi-express to enable HTTP/2.
Graham Dumpleton
2016-09-11
1
-0
/
+13
*
Use Apache 2.4 directives for access control to fix precedence issues with ol...
Graham Dumpleton
2016-08-18
1
-0
/
+51
*
Added startup timeout to combat problem with Django initialisation not being ...
Graham Dumpleton
2016-08-17
1
-0
/
+13
*
Add ability to specify error log format with mod_wsgi-express.
Graham Dumpleton
2016-08-05
1
-0
/
+12
*
Ensure that startup messages are flushed so they appear in logs immediately.
Graham Dumpleton
2016-06-23
1
-0
/
+2
*
Add hidden --verbose-debugging flag to mod_wsgi-express.
Graham Dumpleton
2016-04-14
1
-0
/
+10
*
Need conditional check to deal with when no additional path defined, else Apa...
Graham Dumpleton
2016-04-13
1
-0
/
+4
*
Python path not set correctly when using --debug-mode option with mod_wsgi-ex...
Graham Dumpleton
2016-04-13
1
-0
/
+1
*
Merge branch 'develop' into feature/request-metrics
Graham Dumpleton
2016-03-31
1
-9
/
+54
|
\
|
*
Add support for SSL certificate chains.
Graham Dumpleton
2016-02-22
1
-0
/
+20
|
*
Add support for providing rewrite rules when using mod_wsgi-express.
Graham Dumpleton
2016-01-13
1
-4
/
+26
|
*
Dropping trailing slash on URL alias target when not supposed to. #104
Graham Dumpleton
2015-12-10
1
-5
/
+8
*
|
Merge branch 'develop' into feature/request-metrics
Graham Dumpleton
2015-11-04
1
-16
/
+92
|
\
\
|
|
/
|
*
Add --entry-point to mod_wsgi-express as more explicit way of identifying fil...
Graham Dumpleton
2015-10-22
1
-0
/
+15
|
*
Automatically enable debug mode when options such as --enable-debugger are used.
Graham Dumpleton
2015-10-22
1
-0
/
+5
|
*
Fix post mortem debugger for exception when yielding items or in close().
Graham Dumpleton
2015-10-20
1
-2
/
+2
|
*
Use #nnn as default group name if no password entry for user ID which mod_wsg...
Graham Dumpleton
2015-10-12
1
-4
/
+12
|
*
Use #nnn as default user name if no password entry for user ID which mod_wsgi...
Graham Dumpleton
2015-10-11
1
-1
/
+4
|
*
Attempt redirection of startup log to /dev/tty of /dev/stderr cannot be opened.
Graham Dumpleton
2015-10-10
1
-3
/
+10
|
*
Fix help text typo.
Graham Dumpleton
2015-10-03
1
-1
/
+1
|
*
Add support for processing CGI script files in document directory.
Graham Dumpleton
2015-08-19
1
-7
/
+42
[next]