Home
Unix-Linux Administration
Database
Programming
Advanced Search
Resources
Contact Us
Home arrow Unix-Linux Administration arrow How to Install arrow Rails on Linux with Apache and FastCGI
Rails on Linux with Apache and FastCGI Print
Oct 20, 2007 at 10:35 PM

Install FastCGi 

wget http://www.fastcgi.com/dist/fcgi-2.4.0.tar.gz
tar -xzf fcgi-2.4.0.tar.gz
cd fcgi-2.4.0
./configure
make
make install

Install mod_fcgid

wget http://nchc.dl.sourceforge.net/sourceforge/mod-fcgid/mod_fcgid.2.2.tgz 

{mosgoogle}