7

How can I install wsgi on CentOS using yum? Is there any repository with mod_wsgi?

sorin
  • 7,668
  • 24
  • 75
  • 100
  • 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 Answers3

18
yum install mod_wsgi

confirmed on CentOS 5.7

Hubert Kario
  • 6,351
  • 6
  • 33
  • 65
Luka Ramishvili
  • 280
  • 2
  • 6
1

Fedora EPEL

Ignacio Vazquez-Abrams
  • 45,019
  • 5
  • 78
  • 84
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