summaryrefslogtreecommitdiff
path: root/docs/release-notes/version-4.3.0.rst
Commit message (Collapse)AuthorAgeFilesLines
* Apache 2.4 only allows wsgi-group with Require directive for group ↵Graham Dumpleton2014-09-141-0/+8
| | | | authorisation.
* Add --passenv option to mod_wsgi-express for having process environment ↵Graham Dumpleton2014-09-141-1/+5
| | | | variables be passed in per request WSGI environ dictionary.
* Added --compress-responses option to mod_wsgi-express for compressing common ↵Graham Dumpleton2014-09-121-0/+4
| | | | text based responses. #36
* Provide means of disabling automatic mapping of HEAD to GET when output ↵Graham Dumpleton2014-09-121-0/+17
| | | | filters in place. #2
* Added option --allow-localhost to mod_wsgi-express to still enable access ↵Graham Dumpleton2014-09-121-0/+7
| | | | via localhost when using virtual host.
* Add --setenv option to allow per request WSGI environ key/values to be set.Graham Dumpleton2014-09-101-0/+4
|
* Added support to mod_wsgi-express for hosting web sites over SSL.Graham Dumpleton2014-09-071-0/+9
|
* Add options for log file rotation to mod_wsgi-express.Graham Dumpleton2014-09-071-0/+7
|
* Add documentation for --server-name and --server-alias options for managing ↵Graham Dumpleton2014-09-061-0/+16
| | | | virtual host.
* Qualify in documentation that options pertain to mod_wsgi express.Graham Dumpleton2014-09-061-7/+8
|
* Document the blocking of headers which don't use alphanumerics or '-'.Graham Dumpleton2014-09-061-2/+32
|
* Fix Django integration for versions older than Django 1.6. #33Graham Dumpleton2014-09-051-0/+4
|
* Add the home directory to sys.path and not empty string for current ↵Graham Dumpleton2014-09-051-0/+6
| | | | directory when using home option to WSGIDaemonProcess. #34
* Add documentation for --with-php5 option.Graham Dumpleton2014-09-051-0/+4
|
* Add documentation for --directory-index option.Graham Dumpleton2014-09-051-0/+4
|
* Add to mod_wsgi express the ability to provide a group authorisation script.Graham Dumpleton2014-08-291-0/+12
|
* Fix Apache 2.4 compatibility issue auth providers performing group ↵Graham Dumpleton2014-08-291-0/+9
| | | | authorisation.
* Add option to mod_wsgi express to allow for user authentication using a ↵Graham Dumpleton2014-08-281-0/+7
| | | | Python script.
* Qualify that can only override REMOTE_USER when using Basic authentication ↵Graham Dumpleton2014-08-281-6/+7
| | | | scheme.
* Incorrectly increment version to 4.2.9 rather than intended 4.3.0.Graham Dumpleton2014-08-271-0/+66