File: version-4.6.6.rst

package info (click to toggle)
mod-wsgi 5.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,824 kB
  • sloc: ansic: 15,512; python: 3,697; makefile: 219; sh: 107
file content (28 lines) | stat: -rw-r--r-- 812 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
=============
Version 4.6.6
=============

Version 4.6.6 of mod_wsgi can be obtained from:

  https://codeload.github.com/GrahamDumpleton/mod_wsgi/tar.gz/4.6.6

Bugs Fixed
----------

* Fix compilation failures when using Python 3.8.

Features Changed
----------------

* When running ``mod_wsgi-express`` it will do a search for the location of
  ``bash`` and ``sh`` when defining the shell to use for the generated
  ``apachectl``. The shell used can be overridden using ``--shell-executable``
  option. This is to get around issue with FreeBSD not having ``/bin/bash``.

New Features
------------

* The Apache request ID is accessible in request events as ``request_id``.

* The per request data dictionary accessible using ``mod_wsgi.request_data()``
  is now also accessible in events as ``request_data``.