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


Post Reply 
[SOLVED] How to fix 500 errors
Author Message
jacksparrow Offline
Junior Member
*

Posts: 35
Joined: Mar 2010
Reputation: 0
Post: #28
RE: [SOLVED] How to fix 500 errors
i have debian installed and ispcp

i use the server for websites and also for forums vBulletin
i have on vBulletin the modification download installed and attachments enabled
both did not work and gave me the 500 internalserver error while uploading files

my friend who is a wizzard fxt it for me with the following modifications in /etc/apache2/mods-available with the edditing of the following files
fcgid_ispcp.conf and fcgid.conf
Code:
<IfModule mod_fcgid.c>
  AddHandler    fcgid-script .fcgi
  FcgidConnectTimeout 20
</IfModule>


<IfModule mod_fcgid.c>
  AddHandler    fcgid-script .fcgi
  FcgidConnectTimeout 20
  FcgidMaxRequestLen 1073741824
</IfModule>
FcgidMaxRequestLen 1073741824

and

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
  IPCCommTimeout 900
  MaxRequestsPerProcess 500
</IfModule>

<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
  IPCCommTimeout 900
  MaxRequestsPerProcess 500
  FcgidMaxRequestLen 1073741824</IfModule>

FcgidMaxRequestLen 1073741824

i hope this is of some use for others
03-14-2011 05:07 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
[SOLVED] How to fix 500 errors - pl.zenon - 11-05-2008, 01:32 PM
RE: Server configuration request - pgentoo - 11-05-2008, 03:41 PM
RE: Server configuration request - BeNe - 11-05-2008, 05:42 PM
RE: Server configuration request - pgentoo - 11-06-2008, 03:11 AM
RE: Server configuration request - pgentoo - 11-06-2008, 08:57 AM
RE: [SOLVED] How to fix 500 errors - smoko - 12-27-2008, 07:08 AM
RE: [SOLVED] How to fix 500 errors - nikih - 12-27-2008, 05:14 PM
RE: [SOLVED] How to fix 500 errors - Wut - 01-07-2009, 12:36 PM
RE: [SOLVED] How to fix 500 errors - leha - 04-01-2009, 09:18 PM
RE: [SOLVED] How to fix 500 errors - cell - 04-02-2009, 12:20 AM
RE: [SOLVED] How to fix 500 errors - cell - 04-02-2009, 01:30 AM
RE: [SOLVED] How to fix 500 errors - jacksparrow - 03-14-2011 05:07 AM

Forum Jump:


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