• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Why changing /etc/httpd/conf.d/fcgid.conf does not take effect?

kiav

Basic Pleskian
Plesk 12.5.30 u7 Web Admin on CentOS 6.7

Current file is:
Code:
LoadModule fcgid_module modules/mod_fcgid.so

<IfModule mod_fcgid.c>

<IfModule !mod_fastcgi.c>
    AddHandler fcgid-script fcg fcgi fpl
</IfModule>

  FcgidIPCDir /var/run/mod_fcgid/sock
  FcgidProcessTableFile /var/run/mod_fcgid/fcgid_shm

  FcgidIdleTimeout 40
  FcgidProcessLifeTime 30
  FcgidMaxProcesses 120
  FcgidMaxProcessesPerClass 120
  FcgidMinProcessesPerClass 60
  FcgidConnectTimeout 30
  FcgidIOTimeout 45
  FcgidInitialEnv RAILS_ENV production
  FcgidIdleScanInterval 10

</IfModule>

Why I do not see 60 processes with `ps -C php-cgi | wc -l` after Apache restart?
 
Last edited:
Back
Top