File: version-4.7.0.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 (29 lines) | stat: -rw-r--r-- 1,291 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
29
=============
Version 4.7.0
=============

Version 4.7.0 of mod_wsgi can be obtained from:

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

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

* Now releasing parallel ``mod_wsgi-standalone`` package to PyPi. This is
  the same as the ``mod_wsgi`` package, except that by installing the
  ``mod_wsgi-standalone`` package, it will automatically trigger the
  ``mod_wsgi-httpd`` package to install the Apache HTTPD server as part
  of your Python installation. When you run ``mod_wsgi-express`` it will
  use that Apache HTTPD server installation.

  The ``mod_wsgi-standalone`` package is required where you need to install
  ``mod_wsgi-express`` using its own Apache HTTPD installation due to no
  system Apache HTTPD server package being available, and the installation
  needs to be done using a ``requirements.txt`` file for ``pip`` or other
  package install manager. Using ``mod_wsgi-standalone`` will ensure
  that the ``mod_wsgi-httpd`` package is installed first before attempting
  to build and install mod_wsgi. This guarantee is not provided by ``pip``
  if you list ``mod_wsgi-httpd`` and ``mod_wsgi`` packages as two entries.

  The version numbering of the ``mod_wsgi-standalone`` package will follow
  the ``mod_wsgi`` versioning.