• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

How Do I Locate and Edit "fcgid.conf" File in Plesk ?

Mrgreatjay

New Pleskian
Hello, I am new here and I ll be glad if this issue is solved.

I recently bought a VPS with Cent OS and Plesk, and I installed wordpress on the site, but the site gets slow whenever there is some traffic ( Not up to 100 visits).

After reading through the internet I figured out that I have to increase the 'FcgidMaxProcesses' value in 'fcgid.conf' but the problem is that I dont know where it is on my server.

Pls help me out.

Thanks.
 
It is /etc/httpd/conf.d/fcgid.conf file:

# grep FcgidMaxProcesses /etc/httpd/conf.d/fcgid.conf
FcgidMaxProcesses 20
FcgidMaxProcessesPerClass 8
 
Oh! thanks for the reply I figured it out and increased it, but the problem ( Slow loading) still persist. Any suggestion?
 
Back
Top