How to Install httpd-wsgi software package in Debian 7 (Wheezy)

How to Install httpd-wsgi software package in Debian 7 (Wheezy)

httpd-wsgi software package provides virtual package provided by libapache2-mod-wsgi-py3, uwsgi-plugin-python, uwsgi-plugin-python3, libapache2-mod-wsgi, you can install in your Debian 7 (Wheezy) by running the commands given below on the terminal,

$ sudo apt-get update
$ sudo apt-get install httpd-wsgi

httpd-wsgi is installed in your system.

Make ensure the httpd-wsgi package were installed using the commands given below,

$ sudo dpkg-query -l | grep httpd-wsgi*

You will get with httpd-wsgi package name, version, architecture and description in a table

httpd-wsgi package basic information:

Distro Debian 7 wheezy
Section Virtual packages
Package httpd-wsgi
Version
Description virtual package provided by libapache2-mod-wsgi-py3, uwsgi-plugin-python, uwsgi-plugin-python3, libapache2-mod-wsgi
Sub Section virtual


See Also, How to uninstall or remove httpd-wsgi software package from Debian 7 (Wheezy)?