Current time: 04-30-2024, 06:31 AM Hello There, Guest! (LoginRegister)


Post Reply 
fcgid error with file uploads or email forwards
Author Message
pgentoo Offline
Member
*****
Dev Team

Posts: 326
Joined: Mar 2007
Reputation: 0
Post: #2
RE: fcgid error with file uploads or email forwards
This has to do with the timeouts setup for fcgid itself.

Here is my 20_mod_fcgid.conf file used to define the modules settings (yours will be a different file name, but similar content).


Code:
<IfDefine FCGID>
  LoadModule fcgid_module modules/mod_fcgid.so
  SocketPath /var/run/fcgidsock
  SharememPath /var/run/fcgid_shm

  AddHandler fcgid-script .php .php5 .asax .ashx .asmx .aspx .ascx .axd .config .cs .dll .rem .soap

  IPCConnectTimeout 90
  IdleTimeout 300
  IdleScanInterval 120
  ProcessLifeTime 3600
  MaxProcessCount 250
  DefaultMinClassProcessCount 3
  DefaultMaxClassProcessCount 10
  IPCCommTimeout 300
  BusyTimeout 300
  BusyScanInterval 120
  ErrorScanInterval 3
  MaxRequestsPerProcess 500
  ZombieScanInterval 3

   DefaultInitEnv MONO_SHARED_DIR /tmp/mono-fastcgi
</IfDefine>
(This post was last modified: 01-09-2010 07:21 AM by pgentoo.)
01-09-2010 07:21 AM
Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
RE: fcgid error with file uploads or email forwards - pgentoo - 01-09-2010 07:21 AM

Forum Jump:


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