Python WSGI adapter module for Apache
The aim of mod_wsgi is to implement a simple to use Apache module which can
host any Python application which supports the Python WSGI interface.
- Developed at Apache:Modules
- Sources inherited from project openSUSE:Factory
-
2
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Backports:SLE-15-SP4:FactoryCandidates/apache2-mod_wsgi && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
apache2-mod_wsgi.changes | 0000002205 2.15 KB | |
apache2-mod_wsgi.spec | 0000002017 1.97 KB | |
mod_wsgi-3.4.tar.gz | 0000122739 120 KB |
Revision 9 (latest revision is 37)
Stephan Kulow (coolo)
accepted
request 150555
from
Ismail Dönmez (namtrac)
(revision 9)
- Update to version 3.4: + New support for Apache 2.4 + Support for Python 3.2 + Is now guaranteed that mod_ssl access handler is run before that for mod_wsgi so that any per request variables setup by mod_ssl are available in the mod_wsgi access handler as implemented by WSGIAccessScript directive. + Added 'python-home' option to WSGIDaemonProcess. + Added 'lang' and 'locale' options to WSGIDaemonProcess. + Split combined WWW-Authenticate header returned from daemon process back into separate headers. - Introduce build compatibility with apache 2.4: apxs2 was moved from %{_sbindir} to %{_bindir} (forwarded request 150441 from dimstar)
Comments 0