[ACCEPTED]-How to check if mod_wsgi is installed on a shared Apache server?-wsgi
Accepted answer
To check if it is installed:
$ dpkg -s libapache2-mod-wsgi
In case it is 2 installed, you might check if it's loaded 1 by Apache:
$ apache2ctl -t -D DUMP_MODULES
Though you are on Ubuntu.
This might help 1 someone else on CentOS, Fedora or Red Hat
rpm -q mod_wsgi
Since you're on Ubuntu, which is Debian-based, you 1 can look in /etc/apache2/mods-enabled
.
if you working with python in Red Hat
search 2 this for mod_wsgi installed or not yum search python3-mod_wsgi
or search 1 this for module is loaded or not rpm -q python3-mod_wsgi
Source:
stackoverflow.com
More Related questions
Cookie Warning
We use cookies to improve the performance of the site. By staying on our site, you agree to the terms of use of cookies.