• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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