For When You Can't Have The Real Thing
[ start | index | login ]
start > CentOS > 6 > mod_fastcgi

mod_fastcgi

Created by dave. Last edited by dave, 8 years and 62 days ago. Viewed 2,183 times. #2
[diff] [history] [edit] [rdf]
labels
attachments
(2016-02-24)

Solution

Fastcgi is available through RPMforge. To add the module:

  1. 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/ )
  2. Put the safety on because rpmforge fights with epel: # vi /etc/yum.repo.d/rpmforge.repo and :%s/enabled=1/enabled=0/
  3. Write/quit
  4. Now you can install fastcgi: # yum -–enablerepo=rpmforge install mod_fastcgi
no comments | post comment
This is a collection of techical information, much of it learned the hard way. Consider it a lab book or a /info directory. I doubt much of it will be of use to anyone else.

Useful:


snipsnap.org | Copyright 2000-2002 Matthias L. Jugel and Stephan J. Schmidt