• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Question What's the purpose of "mod_fcgid" (can be chosen in Plesk installer)? PHP?

King555

Regular Pleskian
You can install "mod_fcgid" in the Plesk installer. Does this has to do something with PHP? Every installed (and in Plesk registered) PHP version has three modes, FPM, FastCGI and CGI (and a very old version has mod_php). I only enabled "FPM". Do I need mod_fcgid then?

Or does this only has do to with the "FastCGI support" setting in the hosting settings per domain (which I disabled, because I do not know what this is and PHP support is already activated)?

EDIT: Now I see that I posted into the wrong forum, I use Plesk Obsidian. But I guess the answer should be the same for older versions.
 
Thanks, but I'm unsure whether this is really an answer to my question.

The real question is: What is mod_fcgid? Is this is one of the PHP handlers (FastCGI, FPM)? Or is this for the setting "FastCGI support", which can be activated additionally to PHP support (which can be configured as CGI, FastCGI and FPM)?
 
It is an alternative FastCGI module for Apache2.
In fact, mod_fcgid is a binary compatibility alternative to Apache module mod_fastcgi.
mod_fcgid has a new process management strategy, which concentrates on reducing the number of fastcgi server, and kick out the corrupt fastcgi server as soon as possible.
 
Thanks. But is it used when I choose the PHP handler "FastCGI" or when I enable "FastCGI support"? I'm talking of the hosting settings per website. These settings can be enabled/disabled separately and independently.

EDIT: I guess it's not used when I choose "FPM" as the PHP handler, right? Which probably would mean that editing the file /etc/apache2/mods-available/fcgid.conf for increasing the timeout is wrong for FPM.
 
Hello. Disabling fcgid does not affect FPM.

You can disable it and we will use FPM as the main method. You should also reboot after removing mod_fcgid.
 
Back
Top