summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* Add ability to override names of log files written to log directory when ↵Graham Dumpleton2015-02-031-0/+15
| | | | using mod_wsgi-express.
* The eviction timeout was not being correctly applied when request timeout ↵Graham Dumpleton2015-02-031-0/+8
| | | | wasn't also set.
* Add release notes for 4.4.8.Graham Dumpleton2015-02-032-0/+12
|
* Document support for mod_wsgi-httpd package.Graham Dumpleton2015-02-021-0/+10
|
* Add eviction-timeout option to allow graceful period for process restart on ↵Graham Dumpleton2015-01-261-0/+18
| | | | signals to be set separately.
* Added --service-user/--service-group options to mod_wsgi-express to allow ↵Graham Dumpleton2015-01-251-1/+8
| | | | user/group of service to be specified.
* Renamed proxy-buffer-size option for WSGIDaemonProcess.Graham Dumpleton2015-01-241-0/+8
|
* Add --proxy-virtual-host option to mod_wsgi-express for setting up proxying ↵Graham Dumpleton2015-01-241-0/+4
| | | | of a whole virtual host.
* Added --proxy-url-alias option to mod_wsgi-express for setting up proxying ↵Graham Dumpleton2015-01-241-0/+3
| | | | of sub URLs of the site to a remote URL.
* Add --service-script option to mod_wsgi-express for starting up distinct ↵Graham Dumpleton2015-01-241-0/+8
| | | | managed applications.
* Add release notes for 4.4.7.Graham Dumpleton2015-01-242-0/+12
|
* Add runtime detection for case where new request_rec fields are back ported ↵Graham Dumpleton2015-01-131-7/+29
| | | | to older Apache version. Also pad out request_rec and set fields for case where mod_wsgi is compiled against older Apache, so doesn't crash when Apache upgraded but mod_wsgi not recompiled.
* Initialise new request_rec structure members for Apache 2.2.29/2.4.11 to ↵Graham Dumpleton2015-01-131-1/+13
| | | | avoid process crashes in daemon mode.
* Added --enable-gdb option to mod_wsgi-express for running Apache under gdb ↵Graham Dumpleton2015-01-121-0/+9
| | | | to debug crashes.
* Update release notes about availability of Windows binaries.Graham Dumpleton2015-01-121-11/+2
|
* Override LC_ALL when locale option to WSGIDaemonProcess is specified.Graham Dumpleton2015-01-111-0/+10
|
* Increment version to 4.4.6.Graham Dumpleton2015-01-112-0/+21
|
* Don't try and filter based on setup.py command as too many different ↵Graham Dumpleton2015-01-051-0/+7
| | | | potential variations beyond just install.
* Increment version to 4.4.5 and add release notes.Graham Dumpleton2015-01-052-0/+21
|
* Add automatic installation of precompiled Apache binaries when deploying ↵Graham Dumpleton2015-01-051-0/+4
| | | | mod_wsgi-express to Heroku or OpenShift.
* Output number of daemon processes and threads when running mod_wsgi-express.Graham Dumpleton2015-01-011-0/+6
|
* Add release notes for version 4.4.4.Graham Dumpleton2015-01-012-0/+21
|
* Override Apache parent and child process names by default when using ↵Graham Dumpleton2014-12-251-0/+5
| | | | mod_wsgi-express.
* Add --process-name option to override displayed name for Apache parent process.Graham Dumpleton2014-12-241-0/+9
|
* Rename startup log file to be consistent with error and access log file naming.Graham Dumpleton2014-12-211-0/+5
|
* Used numeric group ID where group ID doesn't map to a named group.Graham Dumpleton2014-12-211-0/+9
|
* Deprecate --lang option to mod_wsgi-express and change --locale behaviour.Graham Dumpleton2014-12-201-0/+23
|
* Add release notes for 4.4.3.Graham Dumpleton2014-12-202-0/+21
|
* Deprecate --ssl-port in favour of new --https-port option as port isn't ↵Graham Dumpleton2014-12-181-0/+8
| | | | strictly SSL, but TLS.
* The --https-only option of mod_wsgi-express was not redirect to HTTPS ↵Graham Dumpleton2014-12-181-0/+4
| | | | connection when --server-alias wasn't being used.
* Log error message when can't set the language locale due to it not being ↵Graham Dumpleton2014-12-181-0/+10
| | | | supported by operating system.
* Add release notes for 4.4.2.Graham Dumpleton2014-12-182-0/+21
|
* Added optional recording of requests in debug mode.Graham Dumpleton2014-12-141-0/+3
|
* Use a directory for profiler stats rather than the same file all the time.Graham Dumpleton2014-12-141-0/+5
|
* Fix process crash after request finished, when wsgi.input had been consumed.Graham Dumpleton2014-12-131-0/+11
|
* Added the socket-user option to WSGIDaemonProcess to allow the owner of the ↵Graham Dumpleton2014-12-111-0/+9
| | | | daemon process group listener socket to be overridden.
* Log write failure messages at debug level rather than error level when ↵Graham Dumpleton2014-12-061-0/+9
| | | | processing WSGI response.
* Add --debugger-startup to open up debugger on startup for setting breakpoints.Graham Dumpleton2014-12-041-0/+5
|
* Add --host-access-script to mod_wsgi-express. #47Graham Dumpleton2014-12-031-0/+6
|
* Add 'static' as option for --application-type with mod_wsgi-express so it ↵Graham Dumpleton2014-12-021-0/+7
| | | | can be used to serve just static files only, with no WSGI application.
* Add --server-mpm option to mod_wsgi-express for selecting the MPM to use ↵Graham Dumpleton2014-12-012-0/+25
| | | | when have dynamically loadable MPMs and more than one is available.
* Fix typo in release notes for 4.4.0.Graham Dumpleton2014-11-281-1/+1
|
* Bump version up to 4.4.0 for release given large number of changes.Graham Dumpleton2014-11-282-4/+5
|
* Dropped support for wdb interactive debugger.Graham Dumpleton2014-11-281-0/+4
|
* Add the --python-path option to mod_wsgi-express to allow Python module ↵Graham Dumpleton2014-11-281-0/+8
| | | | search path directories to be specified to mod_wsgi-express as command line options.
* Working directory not added to sys.path when running in mod_wsgi-express ↵Graham Dumpleton2014-11-281-0/+5
| | | | debug mode.
* Added the --enable-profiler option to mod_wsgi-express debug mode to ↵Graham Dumpleton2014-11-281-0/+7
| | | | capturing profiler data.
* Add the --enable-coverage option for coverage analysis under debug mode of ↵Graham Dumpleton2014-11-281-0/+8
| | | | mod_wsgi-express.
* Change name of debugger option in debug mode.Graham Dumpleton2014-11-281-1/+1
|
* Add post-mortem debugging feature to mod_wsgi-express when debug mode is ↵Graham Dumpleton2014-11-271-0/+8
| | | | enabled.