ispCP - Board - Support
mod_fcgid: too much - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Development Area (/forum-1.html)
+--- Forum: General discussion (/forum-11.html)
+--- Thread: mod_fcgid: too much (/thread-11202.html)



mod_fcgid: too much - help40 - 07-19-2010 02:48 AM

[notice] mod_fcgid: too much /var/www/virtual/xxxxx . net/htdocs/index.php process(current:10, max:10), skip the spawn request

any suggestions ?
which parameters must be tuned ?
also in which file

as example
/etc/apache2/mods-enabled/fcgid_ispcp.conf
or
/etc/apache2/mods-available/fcgid_ispcp.conf

they are identical now
Code:
<IfModule mod_fcgid.c>
  AddHandler fcgid-script .php .php5
  SocketPath /var/lib/apache2/fcgid/sock
  IdleTimeout 600
  IdleScanInterval 120
  BusyTimeout 300
  BusyScanInterval 120
  ErrorScanInterval 3
  ZombieScanInterval 3
  ProcessLifeTime 900
  SpawnScoreUpLimit 10
  SpawnScore 1
  TerminationScore 2
  MaxProcessCount 200
  DefaultMaxClassProcessCount 10
  DefaultMinClassProcessCount 1
  IPCConnectTimeout 900
  IPCCommTimeout 900
  MaxRequestsPerProcess 500
</IfModule>

ok ok , I realized where to edit

but please suggest which values to rise ?
can I add custom file for one domain only ? will it work ?


RE: mod_fcgid: too much - pulponair - 07-21-2010 06:16 PM

Hi,

FcgidSpawnScoreUpLimit is the limit you are exceding.
But, this is usually just symptom of an application that is repeatedly exiting abnormally. Check the php application before adjusting the limit.

Cheers,
NIkolas


RE: mod_fcgid: too much - help40 - 07-23-2010 06:29 PM

thanks for suggestion, I will try rising value of it.

I will write here if the problem still exist or if I found other resolution.

I see the same problem here , http://isp-control.net/forum/thread-10553-post-80614.html

as for fixing or "Check the php application" , this is not my application , but user's