mod-wsgi
Apache HTTPD module for Python WSGI applications
The mod_wsgi module for the Apache HTTPD Server adds support for running applications that support the Python WSGI specification.
- Versions: 4.9.4
- Website: https://modwsgi.readthedocs.io/
- Licenses: ASL 2.0
- Package source: gnu/packages/web.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of mod-wsgi
as follows:
guix install mod-wsgi
Or install a particular version:
guix install mod-wsgi@4.9.4
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of mod-wsgi about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/mod-wsgi'><img src='https://packages.guix.gnu.org/packages/mod-wsgi/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[![Version in GNU Guix](https://packages.guix.gnu.org/packages/mod-wsgi/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/mod-wsgi)
Example Org:
[[https://packages.guix.gnu.org/packages/mod-wsgi][https://packages.guix.gnu.org/packages/mod-wsgi/badges/latest-version.svg]]