summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Set environment variables indicating that mod_wsgi-express is being used and ...Graham Dumpleton2015-04-051-0/+25
* Add option to mod_wsgi-express for specifying a specific log file for a servi...Graham Dumpleton2015-03-281-7/+53
* Increment version to 4.4.11.Graham Dumpleton2015-03-281-2/+2
* Eliminate compiler warning about difference in type when comparing.Graham Dumpleton2015-03-251-1/+1
* Missed prototype change in partial commit for IOV_MAX changes.Graham Dumpleton2015-03-251-2/+2
* Sending of messages to daemon mode was not honouring restricts imposed by IOV...Graham Dumpleton2015-03-241-0/+34
* Move log level message to end of message for log file.Graham Dumpleton2015-03-071-2/+2
* Added support for trusted proxies when evaluating proxy headers.Graham Dumpleton2015-03-053-102/+500
* Prevent exception caused by lack of WSGI application when using static applic...Graham Dumpleton2015-03-031-2/+2
* Not setting the correct port when redirecting from http to https URL.Graham Dumpleton2015-03-031-2/+2
* Set the default log level under mod_wsgi-express to warn instead of info due ...Graham Dumpleton2015-03-011-2/+3
* Add the --ssl-environment option to mod_wsgi-express to enable populating WSG...Graham Dumpleton2015-03-011-1/+12
* Allow SSL certificate and key to be specified separately for mod_wsgi-express...Graham Dumpleton2015-03-011-12/+88
* Add --directory-listing option to mod_wgsi-express to enable directory browsi...Graham Dumpleton2015-02-281-0/+15
* Incorporate code for calculating memory usage and add additional information ...Graham Dumpleton2015-02-277-58/+337
* Use python-path option of WSGIDaemonPath when using same option to mod_wsgi-e...Graham Dumpleton2015-02-251-4/+2
* Add calculated Python path to options dictionary.Graham Dumpleton2015-02-251-3/+6
* Use same working directory, python path and locale as main WSGI application f...Graham Dumpleton2015-02-251-4/+20
* Ignore python-path option to WSGIDaemonProcess when empty string.Graham Dumpleton2015-02-251-1/+1
* Fixed core dump in daemon mode when both home and python-path options use at ...Graham Dumpleton2015-02-221-5/+4
* Increment version to 4.4.10.Graham Dumpleton2015-02-221-2/+2
* Update copyright year.Graham Dumpleton2015-02-2125-25/+25
* Disable signal handler intercept in process forked from Apache child worker p...Graham Dumpleton2015-02-214-0/+9
* Disable signal handler intercept in process forked from daemon mode process.Graham Dumpleton2015-02-213-7/+94
* If signal handlers called in a forked sub process of daemon, exit process imm...Graham Dumpleton2015-02-213-0/+7
* Clear untrusted proxy headers even if no header in that group matched. Add su...Graham Dumpleton2015-02-161-20/+75
* Remove debugging statements.Graham Dumpleton2015-02-161-2/+0
* Ensure that fix up code for leading repeating slashes only runs if there is a...Graham Dumpleton2015-02-161-2/+4
* Added --hsts-policy option to mod_wsgi-express for use when enabling HTTPS on...Graham Dumpleton2015-02-161-1/+14
* Supersede --proxy-url-aliases with --proxy-mount-point and tailor it just for...Graham Dumpleton2015-02-161-9/+27
* Add support for trusting X-Script-Name family of proxy headers.Graham Dumpleton2015-02-162-27/+103
* Need ProxyPassReverse so headers from Apache for redirects are fixed up.Graham Dumpleton2015-02-161-0/+2
* Add support for trusting X-Real-IP proxy header.Graham Dumpleton2015-02-151-0/+5
* Add support for trusting X-Forwarded-Server and X-Forwarded-Port proxy headers.Graham Dumpleton2015-02-151-0/+10
* Add support for trusting X-Forwarded-Host proxy header for setting HTTP_HOST.Graham Dumpleton2015-02-151-0/+5
* Add knowledge of X-HTTPS as trusted proxy header.Graham Dumpleton2015-02-151-1/+3
* Only remove the proxy headers for scheme which were not trusted.Graham Dumpleton2015-02-151-6/+16
* Added support for X-Fowarded-For as trusted proxy header.Graham Dumpleton2015-02-101-1/+32
* Add initial support for trusted proxy headers, starting with protocol scheme ...Graham Dumpleton2015-02-103-0/+162
* Increment version to 4.4.9.Graham Dumpleton2015-02-081-2/+2
* Add ability to override names of log files written to log directory when usin...Graham Dumpleton2015-02-031-3/+13
* The eviction timeout was not being correctly applied when request timeout was...Graham Dumpleton2015-02-031-0/+23
* Increment version to 4.4.8.Graham Dumpleton2015-02-031-2/+2
* Move Apache httpd compilation from source code out into separate mod_wsgi-htt...Graham Dumpleton2015-02-011-8/+1
* Add eviction-timeout option to allow graceful period for process restart on s...Graham Dumpleton2015-01-263-7/+34
* Added --service-user/--service-group options to mod_wsgi-express to allow use...Graham Dumpleton2015-01-251-9/+24
* Renamed proxy-buffer-size option for WSGIDaemonProcess.Graham Dumpleton2015-01-243-12/+12
* Add --proxy-virtual-host option to mod_wsgi-express for setting up proxying o...Graham Dumpleton2015-01-241-1/+26
* Added --proxy-url-alias option to mod_wsgi-express for setting up proxying of...Graham Dumpleton2015-01-241-0/+25
* Add --service-script option to mod_wsgi-express for starting up distinct mana...Graham Dumpleton2015-01-241-0/+25