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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Increment version to 4.4.11.
Graham Dumpleton
2015-03-28
1
-2
/
+2
*
Eliminate compiler warning about difference in type when comparing.
Graham Dumpleton
2015-03-25
1
-1
/
+1
*
Missed prototype change in partial commit for IOV_MAX changes.
Graham Dumpleton
2015-03-25
1
-2
/
+2
*
Sending of messages to daemon mode was not honouring restricts imposed by IOV...
Graham Dumpleton
2015-03-24
1
-0
/
+34
*
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
3
-102
/
+500
*
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
*
Incorporate code for calculating memory usage and add additional information ...
Graham Dumpleton
2015-02-27
7
-58
/
+337
*
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
*
Ignore python-path option to WSGIDaemonProcess when empty string.
Graham Dumpleton
2015-02-25
1
-1
/
+1
*
Fixed core dump in daemon mode when both home and python-path options use at ...
Graham Dumpleton
2015-02-22
1
-5
/
+4
*
Increment version to 4.4.10.
Graham Dumpleton
2015-02-22
1
-2
/
+2
*
Update copyright year.
Graham Dumpleton
2015-02-21
25
-25
/
+25
*
Disable signal handler intercept in process forked from Apache child worker p...
Graham Dumpleton
2015-02-21
4
-0
/
+9
*
Disable signal handler intercept in process forked from daemon mode process.
Graham Dumpleton
2015-02-21
3
-7
/
+94
*
If signal handlers called in a forked sub process of daemon, exit process imm...
Graham Dumpleton
2015-02-21
3
-0
/
+7
*
Clear untrusted proxy headers even if no header in that group matched. Add su...
Graham Dumpleton
2015-02-16
1
-20
/
+75
*
Remove debugging statements.
Graham Dumpleton
2015-02-16
1
-2
/
+0
*
Ensure that fix up code for leading repeating slashes only runs if there is a...
Graham Dumpleton
2015-02-16
1
-2
/
+4
*
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
2
-27
/
+103
*
Need ProxyPassReverse so headers from Apache for redirects are fixed up.
Graham Dumpleton
2015-02-16
1
-0
/
+2
*
Add support for trusting X-Real-IP proxy header.
Graham Dumpleton
2015-02-15
1
-0
/
+5
*
Add support for trusting X-Forwarded-Server and X-Forwarded-Port proxy headers.
Graham Dumpleton
2015-02-15
1
-0
/
+10
*
Add support for trusting X-Forwarded-Host proxy header for setting HTTP_HOST.
Graham Dumpleton
2015-02-15
1
-0
/
+5
*
Add knowledge of X-HTTPS as trusted proxy header.
Graham Dumpleton
2015-02-15
1
-1
/
+3
*
Only remove the proxy headers for scheme which were not trusted.
Graham Dumpleton
2015-02-15
1
-6
/
+16
*
Added support for X-Fowarded-For as trusted proxy header.
Graham Dumpleton
2015-02-10
1
-1
/
+32
*
Add initial support for trusted proxy headers, starting with protocol scheme ...
Graham Dumpleton
2015-02-10
3
-0
/
+162
*
Increment version to 4.4.9.
Graham Dumpleton
2015-02-08
1
-2
/
+2
*
Add ability to override names of log files written to log directory when usin...
Graham Dumpleton
2015-02-03
1
-3
/
+13
*
The eviction timeout was not being correctly applied when request timeout was...
Graham Dumpleton
2015-02-03
1
-0
/
+23
*
Increment version to 4.4.8.
Graham Dumpleton
2015-02-03
1
-2
/
+2
*
Move Apache httpd compilation from source code out into separate mod_wsgi-htt...
Graham Dumpleton
2015-02-01
1
-8
/
+1
*
Add eviction-timeout option to allow graceful period for process restart on s...
Graham Dumpleton
2015-01-26
3
-7
/
+34
*
Added --service-user/--service-group options to mod_wsgi-express to allow use...
Graham Dumpleton
2015-01-25
1
-9
/
+24
*
Renamed proxy-buffer-size option for WSGIDaemonProcess.
Graham Dumpleton
2015-01-24
3
-12
/
+12
*
Add --proxy-virtual-host option to mod_wsgi-express for setting up proxying o...
Graham Dumpleton
2015-01-24
1
-1
/
+26
*
Added --proxy-url-alias option to mod_wsgi-express for setting up proxying of...
Graham Dumpleton
2015-01-24
1
-0
/
+25
*
Add --service-script option to mod_wsgi-express for starting up distinct mana...
Graham Dumpleton
2015-01-24
1
-0
/
+25
[next]