Current time: 04-19-2024, 12:53 PM Hello There, Guest! (LoginRegister)


Post Reply 
mod_fcgid: too much
Author Message
help40 Offline
Junior Member
*

Posts: 16
Joined: Mar 2010
Reputation: 0
Post: #1
mod_fcgid: too much
[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 ?
(This post was last modified: 07-19-2010 03:13 AM by help40.)
07-19-2010 02:48 AM
Visit this user's website Find all posts by this user Quote this message in a reply
pulponair Offline
Junior Member
*

Posts: 10
Joined: Jun 2010
Reputation: 0
Post: #2
RE: mod_fcgid: too much
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
07-21-2010 06:16 PM
Find all posts by this user Quote this message in a reply
help40 Offline
Junior Member
*

Posts: 16
Joined: Mar 2010
Reputation: 0
Post: #3
RE: mod_fcgid: too much
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-1055...80614.html

as for fixing or "Check the php application" , this is not my application , but user's
07-23-2010 06:29 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)