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
/
docs
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
-0
/
+3
*
Use /var/tmp directory for temporary server root directory on macOS.
Graham Dumpleton
2018-10-22
1
-0
/
+7
*
Add special support for using mod_wsgi-express with shiv variant of a zipapp.
Graham Dumpleton
2018-10-22
1
-0
/
+8
*
Static files in document root not accessing when WSGI application mounted at ...
Graham Dumpleton
2018-06-29
1
-0
/
+8
*
Add release notes files for 4.6.5.
Graham Dumpleton
2018-06-29
2
-0
/
+8
*
Update docs for Apache 2.4 access control.
Graham Dumpleton
2018-06-29
3
-48
/
+153
*
Add docs on WSGIChunkedRequest directive.
Graham Dumpleton
2018-06-29
2
-0
/
+49
*
Fix compile time issue in Windows with wsgi_daemon_process being undefined.
Graham Dumpleton
2018-04-02
1
-0
/
+6
*
Python config directory can have platform name in it.
Graham Dumpleton
2018-04-02
1
-0
/
+12
*
Increment version to 4.6.4.
Graham Dumpleton
2018-04-02
2
-0
/
+8
*
Import Django WSGI application as module not script file path so relative imp...
Graham Dumpleton
2018-03-26
1
-0
/
+8
*
Fix compilation error on Windows with undefined symbol.
Graham Dumpleton
2018-03-14
1
-0
/
+5
*
Use alternative to PyFrame_GetLineNumber() so still compiles with Python 2.6 ...
Graham Dumpleton
2018-03-05
1
-0
/
+10
*
Increment version to 4.6.3.
Graham Dumpleton
2018-03-05
2
-0
/
+8
*
Details of Python exception not logged when error occurs parsing Python scrip...
Graham Dumpleton
2018-03-04
1
-0
/
+6
*
Increment version to 4.6.2.
Graham Dumpleton
2018-03-04
2
-0
/
+8
*
APR 1.4.X doesn't have apr_hash_this_key().
Graham Dumpleton
2018-03-04
1
-0
/
+3
*
Increment version to 4.6.1.
Graham Dumpleton
2018-03-04
2
-0
/
+11
*
Revert passing request_data as argument to events.
Graham Dumpleton
2018-02-08
1
-5
/
+0
*
Pass shutdown reason with process_stopping event.
Graham Dumpleton
2018-02-08
1
-0
/
+3
*
Add --cpu-time-limit option to mod_wsgi-express.
Graham Dumpleton
2018-02-08
1
-0
/
+4
*
Publish process stopping event before waiting for active requests to finish.
Graham Dumpleton
2018-02-08
1
-0
/
+7
*
Track per request data objects in global dictionary keyed by Apache request ID.
Graham Dumpleton
2018-02-08
1
-0
/
+3
*
Pass per request data object as argument to event handlers.
Graham Dumpleton
2018-02-08
1
-0
/
+5
*
Thread ID in stack traces was truncated to 32 bits.
Graham Dumpleton
2018-02-08
1
-0
/
+4
*
Display function definition line number rather that executing line number.
Graham Dumpleton
2018-02-07
1
-0
/
+5
*
Add acknowledgement for solution to HTTP response code issue on connection ab...
Graham Dumpleton
2018-01-31
1
-0
/
+4
*
Switch version to 4.6.0.
Graham Dumpleton
2018-01-24
2
-6
/
+7
*
Add special mode to daemon processes triggered by setting threads to 0, for r...
Graham Dumpleton
2018-01-24
2
-0
/
+38
*
Fix Apache parent process crash when default lazy initialisation mode had bee...
Graham Dumpleton
2018-01-23
1
-0
/
+10
*
Default to using directory specified by TMPDIR environment variable before us...
Graham Dumpleton
2018-01-23
1
-0
/
+12
*
Add --isatty option to mod_wsgi-express as interim option for ignoring SIGWIN...
Graham Dumpleton
2018-01-23
1
-3
/
+18
*
Don't automatically host static files with runmodwsgi if WhiteNoise middlewar...
Graham Dumpleton
2018-01-23
1
-0
/
+13
*
Add description of good starting values for WSGIDaemonProcess options.
Graham Dumpleton
2018-01-22
1
-0
/
+31
*
Fix up reference counting and logging in access, authentication, authorizatio...
Graham Dumpleton
2018-01-22
1
-0
/
+16
*
Update auth test script to work with latest Python versions.
Graham Dumpleton
2018-01-22
1
-3
/
+6
*
Add --socket-prefix option to mod_wsgi-express.
Graham Dumpleton
2018-01-21
1
-0
/
+5
*
Log warnings about where daemon socket path is truncated.
Graham Dumpleton
2018-01-21
1
-0
/
+4
*
Group name from Apache 2.2+ must be wsgi-group.
Graham Dumpleton
2018-01-21
1
-1
/
+1
*
Add clarifications on distinction between process group and application group.
Graham Dumpleton
2018-01-21
1
-0
/
+11
*
Add clarification that setting application group to %{GLOBAL} is first interp...
Graham Dumpleton
2018-01-21
3
-17
/
+18
*
Ensure log original WSGI application HTTP response code rather than 500 when ...
Graham Dumpleton
2018-01-21
1
-0
/
+16
*
Raise exception when can't find Xcode on MacOS and doing pip or setup.py inst...
Graham Dumpleton
2018-01-18
1
-0
/
+5
*
Added support for using process-group and application-group with WSGIScriptAl...
Graham Dumpleton
2018-01-18
2
-3
/
+16
*
Flag package as not zip safe say installs works with Python 3.7 alpha versions.
Graham Dumpleton
2018-01-18
1
-0
/
+8
*
Add option for disabling daemon socket rotation on restarts. Disabled by defa...
Graham Dumpleton
2018-01-18
1
-0
/
+25
*
Compress responses of type application/json when enabled.
Graham Dumpleton
2018-01-09
1
-0
/
+6
*
Add release notes for 4.5.25.
Graham Dumpleton
2018-01-09
2
-0
/
+8
*
Update copyright year.
Graham Dumpleton
2018-01-09
1
-1
/
+1
*
Add documentation for Solaris environ size fix when using daemon mode.
Graham Dumpleton
2017-12-15
1
-0
/
+13
[next]