LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   FastCGI installation (https://www.linuxquestions.org/questions/linux-general-1/fastcgi-installation-299213/)

I_AM 03-08-2005 12:37 PM

FastCGI installation
 
Could someone please provide simple steps to install FastCGI on my cPanel / Apache server? I've searched the forums and found nothing.

The official page is fastcgi.com/dist/mod_fastcgi-2.4.2.tar.gz and still others tell me that is only "apache part". I'm a bit lost on this.

I want to enable it and compile it with Apache.

Any help would be appreciated.

How can I test it and see that it was offically installed? Would it appear in phpinfo.php ?

Gadzila 05-10-2009 05:30 AM

it's very easy to install fastcgi on mandriva.
  1. urpmq fastcgi
  2. urpmi apache-mod_fastcgi
  3. vim /etc/httpd/modules.d/92_mod_fastcgi.conf

content of 92_mod_fastcgi.conf

Quote:

<IfDefine HAVE_FASTCGI>
<IfModule !mod_fastcgi.c>
LoadModule fastcgi_module extramodules/mod_fastcgi.so
</IfModule>
</IfDefine>

<IfModule mod_fastcgi.c>
AddHandler fastcgi-script .fcgi
</IfModule>
restart apache


All times are GMT -5. The time now is 02:50 PM.