File: version-4.5.18.rst

package info (click to toggle)
mod-wsgi 5.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, trixie
  • size: 2,824 kB
  • sloc: ansic: 15,512; python: 3,697; makefile: 219; sh: 107
file content (16 lines) | stat: -rw-r--r-- 555 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
==============
Version 4.5.18
==============

Version 4.5.18 of mod_wsgi can be obtained from:

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

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

* When using ``--url-alias`` with ``mod_wsgi-express`` and the target of
  the URL doesn't exist, it will now be assumed that it will be a directory
  rather than a file, when finally created. This is to accomodate where
  may have used ``--setup-only`` option or ``setup-server`` command to 
  pre-generate config files before the directory is created.