summaryrefslogtreecommitdiff
path: root/src/server/__init__.py
Commit message (Expand)AuthorAgeFilesLines
...
* Add —module-config option to mod_wsgi-express.Graham Dumpleton2016-11-251-0/+18
* Change ownership on Python eggs directory when started as root.Graham Dumpleton2016-11-141-0/+4
* Use /bin/sh for apachectl rather than trying to find bash. Only needs sh.Graham Dumpleton2016-11-131-1/+1
* Add option for disabling reset of inactivity timeout for specific URLs.Graham Dumpleton2016-11-131-0/+16
* Add option to mod_wsgi-express to enable HTTP/2.Graham Dumpleton2016-09-111-0/+13
* Use Apache 2.4 directives for access control to fix precedence issues with ol...Graham Dumpleton2016-08-181-0/+51
* Added startup timeout to combat problem with Django initialisation not being ...Graham Dumpleton2016-08-171-0/+13
* Add ability to specify error log format with mod_wsgi-express.Graham Dumpleton2016-08-051-0/+12
* Ensure that startup messages are flushed so they appear in logs immediately.Graham Dumpleton2016-06-231-0/+2
* Add hidden --verbose-debugging flag to mod_wsgi-express.Graham Dumpleton2016-04-141-0/+10
* Need conditional check to deal with when no additional path defined, else Apa...Graham Dumpleton2016-04-131-0/+4
* Python path not set correctly when using --debug-mode option with mod_wsgi-ex...Graham Dumpleton2016-04-131-0/+1
* Merge branch 'develop' into feature/request-metricsGraham Dumpleton2016-03-311-9/+54
|\
| * Add support for SSL certificate chains.Graham Dumpleton2016-02-221-0/+20
| * Add support for providing rewrite rules when using mod_wsgi-express.Graham Dumpleton2016-01-131-4/+26
| * Dropping trailing slash on URL alias target when not supposed to. #104Graham Dumpleton2015-12-101-5/+8
* | Merge branch 'develop' into feature/request-metricsGraham Dumpleton2015-11-041-16/+92
|\ \ | |/
| * Add --entry-point to mod_wsgi-express as more explicit way of identifying fil...Graham Dumpleton2015-10-221-0/+15
| * Automatically enable debug mode when options such as --enable-debugger are used.Graham Dumpleton2015-10-221-0/+5
| * Fix post mortem debugger for exception when yielding items or in close().Graham Dumpleton2015-10-201-2/+2
| * Use #nnn as default group name if no password entry for user ID which mod_wsg...Graham Dumpleton2015-10-121-4/+12
| * Use #nnn as default user name if no password entry for user ID which mod_wsgi...Graham Dumpleton2015-10-111-1/+4
| * Attempt redirection of startup log to /dev/tty of /dev/stderr cannot be opened.Graham Dumpleton2015-10-101-3/+10
| * Fix help text typo.Graham Dumpleton2015-10-031-1/+1
| * Add support for processing CGI script files in document directory.Graham Dumpleton2015-08-191-7/+42
| * Load mod_filter in mod_wsgi-express as required for compressing responses wit...Graham Dumpleton2015-07-221-0/+3
* | Merge branch 'develop' into feature/request-metricsGraham Dumpleton2015-07-221-134/+177
|\ \ | |/
| * Add request headers for scheme and port when proxying in mod_wsgi-express.Graham Dumpleton2015-07-041-0/+21
| * Allow setting of user/group in mod_wsgi-express via old environment variable ...Graham Dumpleton2015-07-041-2/+5
| * Restrict what server tokens are sent in the Server response header for mod_ws...Graham Dumpleton2015-06-131-0/+1
| * Set various environment variables for mod_wsgi-express about configuration fo...Graham Dumpleton2015-06-131-136/+154
* | Ensure server metrics enable for debug mode and in service processes.Graham Dumpleton2015-06-011-8/+14
|/
* Fix typo in HSTS policy option documentation for mod_wsgi-express.Graham Dumpleton2015-05-211-1/+1
* 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
* 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-051-0/+11
* 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
* 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
* 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-161-6/+28
* Need ProxyPassReverse so headers from Apache for redirects are fixed up.Graham Dumpleton2015-02-161-0/+2