File: version-2.1.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 (20 lines) | stat: -rw-r--r-- 507 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
===========
Version 2.1
===========

Version 2.1 of mod_wsgi can be obtained from:

  http://modwsgi.googlecode.com/files/mod_wsgi-2.1.tar.gz

Bug Fixes
---------

1. Fix bug which was resulting in logging destined for !VirtualHost !ErrorLog
going missing or ending up in main Apache error log.

  https://code.google.com/archive/p/modwsgi/issues/79

2. Fix bug where WSGI application returning None rather than valid iterable
causes process to crash.

  https://code.google.com/archive/p/modwsgi/issues/88