Current time: 04-27-2024, 01:26 AM Hello There, Guest! (LoginRegister)


Post Reply 
Internal Server Error
Author Message
ephigenie Offline
Project Leader
*******
Administrators

Posts: 1,578
Joined: Oct 2006
Reputation: 15
Post: #5
RE: Internal Server Error
mh perhaps you can shift the timeouts in your /etc/apache2/mods_available/fastcgi.conf a bit - so that php - processes may not be killed so fast.

The settings are a bit aggressive - so on slow machines php may not be started fast enough if there's actually no process under the current user.

I'd that on another VPS, too altough the server itself was fast - the io was a bit too slow. After i set it to :
Code:
FastCgiConfig -minProcesses 1 -maxProcesses 20 -singleThreshold 80  -killInterval 6000  -idle-timeout 4800 -pass-header HTTP_AUTHORIZATION
there were no more complaints about error 500...
04-16-2007 09:10 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
Internal Server Error - systray - 04-16-2007, 01:12 AM
RE: Internal Server Error - BeNe - 04-16-2007, 04:38 AM
RE: Internal Server Error - systray - 04-16-2007, 04:53 AM
RE: Internal Server Error - adigit - 04-16-2007, 08:28 PM
RE: Internal Server Error - ephigenie - 04-16-2007 09:10 PM

Forum Jump:


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