Install Fast-CGI in Apache Server2

I am trying to install fastcgi in Apache2:

sudo apt-get install -y libapache2-mod-fastcgi

Results in a:

 Package 'libapache2-mod-fastcgi' has no installation candidate. 

It seems that also fastcgi.com is not working anymore for getting information. Is there any way I can install it?

1 Answer

I think you're looking for libapache2-mod-fcgid not libapache2-mod-fastcgi.

According to the description for libapache2-mod-fcgid I think it's what you're looking for?

libapache2-mod-fcgid - FastCGI interface module for Apache 2

0

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like