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
...
*
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
|
*
Load mod_filter in mod_wsgi-express as required for compressing responses wit...
Graham Dumpleton
2015-07-22
1
-0
/
+3
*
|
Merge branch 'develop' into feature/request-metrics
Graham Dumpleton
2015-07-22
1
-134
/
+177
|
\
\
|
|
/
|
*
Add request headers for scheme and port when proxying in mod_wsgi-express.
Graham Dumpleton
2015-07-04
1
-0
/
+21
|
*
Allow setting of user/group in mod_wsgi-express via old environment variable ...
Graham Dumpleton
2015-07-04
1
-2
/
+5
|
*
Restrict what server tokens are sent in the Server response header for mod_ws...
Graham Dumpleton
2015-06-13
1
-0
/
+1
|
*
Set various environment variables for mod_wsgi-express about configuration fo...
Graham Dumpleton
2015-06-13
1
-136
/
+154
*
|
Ensure server metrics enable for debug mode and in service processes.
Graham Dumpleton
2015-06-01
1
-8
/
+14
|
/
*
Fix typo in HSTS policy option documentation for mod_wsgi-express.
Graham Dumpleton
2015-05-21
1
-1
/
+1
*
Set environment variables indicating that mod_wsgi-express is being used and ...
Graham Dumpleton
2015-04-05
1
-0
/
+25
*
Add option to mod_wsgi-express for specifying a specific log file for a servi...
Graham Dumpleton
2015-03-28
1
-7
/
+53
*
Move log level message to end of message for log file.
Graham Dumpleton
2015-03-07
1
-2
/
+2
*
Added support for trusted proxies when evaluating proxy headers.
Graham Dumpleton
2015-03-05
1
-0
/
+11
*
Prevent exception caused by lack of WSGI application when using static applic...
Graham Dumpleton
2015-03-03
1
-2
/
+2
*
Not setting the correct port when redirecting from http to https URL.
Graham Dumpleton
2015-03-03
1
-2
/
+2
*
Set the default log level under mod_wsgi-express to warn instead of info due ...
Graham Dumpleton
2015-03-01
1
-2
/
+3
*
Add the --ssl-environment option to mod_wsgi-express to enable populating WSG...
Graham Dumpleton
2015-03-01
1
-1
/
+12
*
Allow SSL certificate and key to be specified separately for mod_wsgi-express...
Graham Dumpleton
2015-03-01
1
-12
/
+88
*
Add --directory-listing option to mod_wgsi-express to enable directory browsi...
Graham Dumpleton
2015-02-28
1
-0
/
+15
*
Use python-path option of WSGIDaemonPath when using same option to mod_wsgi-e...
Graham Dumpleton
2015-02-25
1
-4
/
+2
*
Add calculated Python path to options dictionary.
Graham Dumpleton
2015-02-25
1
-3
/
+6
*
Use same working directory, python path and locale as main WSGI application f...
Graham Dumpleton
2015-02-25
1
-4
/
+20
*
Added --hsts-policy option to mod_wsgi-express for use when enabling HTTPS on...
Graham Dumpleton
2015-02-16
1
-1
/
+14
*
Supersede --proxy-url-aliases with --proxy-mount-point and tailor it just for...
Graham Dumpleton
2015-02-16
1
-9
/
+27
*
Add support for trusting X-Script-Name family of proxy headers.
Graham Dumpleton
2015-02-16
1
-6
/
+28
*
Need ProxyPassReverse so headers from Apache for redirects are fixed up.
Graham Dumpleton
2015-02-16
1
-0
/
+2
[prev]
[next]