Knowledgebase
emscom > emscom Help Desk > Knowledgebase

Search help:


Linux Install FastCGI on Apache2

Solution

Basic steps for installing FastCGI support on Apache2 under Centos 5

yum install httpd-devel
wget http://www.fastcgi.com/dist/mod_fastcgi-current.tar.gz
tar xzf mod_fastcgi-current.tar.gz
cd mod_fastcgi-

cp Makefile.AP2 Makefile

The next step will depend on your architecture:
ia-32
#make top_dir=/usr/lib/httpd
make top_dir=/usr/lib/httpd install

ia-64
#make top_dir=/usr/lib64/httpd
make top_dir=/usr/lib64/httpd install

The module is now installed in /etc/httpd/modules. You can now add the configuration directive to load the module. Add the following to /etc/httpd/conf.d/fastcgi.conf :
LoadModule fastcgi_module modules/mod_fastcgi.so

 
Was this article helpful? yes / no
Related articles Webmin Install perl modules
Article details
Article ID: 6
Category: Linux
Date added: 19-12-2010 10:18:42
Views: 243
Rating (Votes): Article rated 3.0/5.0 (16)

 
« Go back

 
Powered by Help Desk Software HESK, in partnership with SysAid Technologies