mod_fastcgi
(2016-02-24)
Solution
Fastcgi is available through RPMforge. To add the module:
-
Install RPMforge, something like: # rpm -Uvh http://pkgs.repoforge.org/rpmforge-release/rpmforge-release-0.5.3-1.el6.rf.x86_64.rpm (it shouldn’t be too hard to chase down the correct version in the future by looking in http://pkgs.repoforge.org/rpmforge-release/ )
-
Put the safety on because rpmforge fights with epel:
# vi /etc/yum.repo.d/rpmforge.repo
and:%s/enabled=1/enabled=0/
-
Write/quit
-
Now you can install fastcgi: # yum -–enablerepo=rpmforge install mod_fastcgi