-
Notifications
You must be signed in to change notification settings - Fork 271
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
75 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters