summaryrefslogtreecommitdiff
path: root/src/server/__init__.py
Commit message (Expand)AuthorAgeFilesLines
...
* Add initial support for trusted proxy headers, starting with protocol scheme ...Graham Dumpleton2015-02-101-0/+14
* Add ability to override names of log files written to log directory when usin...Graham Dumpleton2015-02-031-3/+13
* 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-261-4/+12
* 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-241-3/+3
* 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
* Use environment variable to define the httpd modules directory so easy to loa...Graham Dumpleton2015-01-241-24/+27
* Added --enable-gdb option to mod_wsgi-express for running Apache under gdb to...Graham Dumpleton2015-01-121-4/+24
* Change display of runtime settings when starting mod_wsgi-express.Graham Dumpleton2015-01-121-3/+20
* Add automatic installation of precompiled Apache binaries when deploying mod_...Graham Dumpleton2015-01-051-0/+20
* Output number of daemon processes and threads when running mod_wsgi-express.Graham Dumpleton2015-01-011-0/+3
* Override Apache parent and child process names by default when using mod_wsgi...Graham Dumpleton2014-12-251-1/+2
* Use shell variable to hold process name.Graham Dumpleton2014-12-241-1/+3
* Add --process-name option to override displayed name for Apache parent process.Graham Dumpleton2014-12-241-7/+18
* When using static application type, the first non option argument will be use...Graham Dumpleton2014-12-231-6/+21
* When finding programs needs to be a list of names. Also supply default.Graham Dumpleton2014-12-231-2/+4
* Use full pathname to 'tee' when using it to log to stdout.Graham Dumpleton2014-12-231-2/+2
* Fallback to using 'tee' to send to stdout if cannot open actual devices.Graham Dumpleton2014-12-231-3/+21
* Rename startup log file to be consistent with error and access log file naming.Graham Dumpleton2014-12-211-1/+1
* Used numeric group ID where group ID doesn't map to a named group.Graham Dumpleton2014-12-211-2/+5
* Try en_US.UTF-8 before C.UTF-8 language locale when trying to default to UTF-...Graham Dumpleton2014-12-201-4/+4
* Deprecate --lang option to mod_wsgi-express and change --locale behaviour.Graham Dumpleton2014-12-201-7/+42
* Deprecate --ssl-port in favour of new --https-port option as port isn't stric...Graham Dumpleton2014-12-181-36/+39
* The --https-only option of mod_wsgi-express was not redirect to HTTPS connect...Graham Dumpleton2014-12-181-1/+1
* Change default language locale to C.UTF-8 as en_US.UTF-8 may not always be pr...Graham Dumpleton2014-12-181-4/+4
* Exporting wrong environment variable in apachectl for language locale.Graham Dumpleton2014-12-181-1/+1
* Added optional recording of requests in debug mode.Graham Dumpleton2014-12-141-2/+142
* Use a directory for profiler stats rather than the same file all the time.Graham Dumpleton2014-12-141-11/+21
* Have apachectl complain when started as root and non root user/group not spec...Graham Dumpleton2014-12-061-1/+16
* Add --debugger-startup to open up debugger on startup for setting breakpoints.Graham Dumpleton2014-12-041-10/+26
* Add --host-access-script to mod_wsgi-express. #47Graham Dumpleton2014-12-031-0/+15
* Add 'static' as option for --application-type with mod_wsgi-express so it can...Graham Dumpleton2014-12-021-2/+8
* Add --server-mpm option to mod_wsgi-express for selecting the MPM to use when...Graham Dumpleton2014-12-011-8/+18
* Dropped support for wdb interactive debugger.Graham Dumpleton2014-11-281-57/+3
* Add the --python-path option to mod_wsgi-express to allow Python module searc...Graham Dumpleton2014-11-281-0/+13
* Working directory not added to sys.path when running in mod_wsgi-express debu...Graham Dumpleton2014-11-281-0/+11
* Added the --enable-profiler option to mod_wsgi-express debug mode to capturin...Graham Dumpleton2014-11-281-0/+32
* Ensure debugger is disabled when debug mode is not on rather than having to a...Graham Dumpleton2014-11-281-1/+2
* Add the --enable-coverage option for coverage analysis under debug mode of mo...Graham Dumpleton2014-11-281-9/+50
* Defer import of pdb until know we actually need it to reduce base memory.Graham Dumpleton2014-11-281-4/+7
* Change name of debugger option in debug mode.Graham Dumpleton2014-11-281-10/+12
* Add post-mortem debugging feature to mod_wsgi-express when debug mode is enab...Graham Dumpleton2014-11-271-2/+48
* Need to ensure that working directory is an absolute path when using mod_wsgi...Graham Dumpleton2014-11-261-0/+1
* Added --newrelic-config-file and --newrelic-environment options to mod_wsgi-e...Graham Dumpleton2014-11-231-6/+38
* Added the --access-log-format option to mod_wsgi-express.Graham Dumpleton2014-11-231-2/+20
* Add the --log-to-terminal option to mod_wsgi-express to allow logging to be d...Graham Dumpleton2014-11-231-13/+41
* Chunked request support when using daemon mode. Better input error handling a...Graham Dumpleton2014-11-131-0/+10