File: version-4.4.15.rst

package info (click to toggle)
mod-wsgi 5.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,824 kB
  • sloc: ansic: 15,512; python: 3,697; makefile: 219; sh: 107
file content (28 lines) | stat: -rw-r--r-- 1,120 bytes parent folder | download | duplicates (5)
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.4.15
==============

Version 4.4.15 of mod_wsgi can be obtained from:

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

For details on the availability of Windows binaries see:

  https://github.com/GrahamDumpleton/mod_wsgi/tree/master/win32

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

1. When specifying multiple directories for the Python module search path
using the ``WSGIPythonPath`` directive, or the ``python-path`` option to
``WSGIDaemonProcess``, it was failing under Python 3 due to incorrect
logging. It was therefore only possible to add a single directory.

2. If Apache was already running when the mod_wsgi module was enabled or
otherwise configured to be loaded, and then an Apache graceful restart was
done so that it would be loaded for the first time, all child processes
would crash when starting up and would keep crashing, requiring Apache be
shutdown. This would occur as Python initialisation was not being performed
correctly in this specific case where mod_wsgi was loaded when Apache was
already running and a graceful restart, rather than a normal restart was
done.