How can I install wsgi on CentOS using yum? Is there any repository with mod_wsgi?
Asked
Active
Viewed 2.3k times
7
-
I already switched to Ubuntu, this being only one many reasons. Still I will accept the best answer, if it will not include compilation, not because I cannot do it just because it's not good for maintenance. – sorin Jul 02 '10 at 08:23
-
To find out if mod_wsgi is already active, `httpd -M`. – Bob Stein Jan 09 '15 at 03:50
3 Answers
0
See:
http://code.google.com/p/modwsgi/wiki/InstallationOnLinux#RHEL/Centos_Packages
There is lots of other useful documentation on the mod_wsgi site as well. ;-)
Graham Dumpleton
- 5,990
- 2
- 20
- 19