7

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

sorin
  • 8,454

3 Answers3

18
yum install mod_wsgi

confirmed on CentOS 5.7

Alicja Kario
  • 6,449
1

Fedora EPEL

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. ;-)