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
« Go back
Powered by Help Desk Software HESK, in partnership with SysAid Technologies