Current time: 05-19-2024, 04:00 AM Hello There, Guest! (LoginRegister)


Post Reply 
Problem with FastCgi idle-timeout
Author Message
robmorin Offline
Junior Member
*

Posts: 208
Joined: Apr 2007
Reputation: 0
Post: #3
RE: Problem with FastCgi idle-timeout
I had this error for some domains i host too, switching them to php5 rather than php4 fixed all the error 500 problems.....

There is a how to in the faq section or doc section on how to make a website use php5 rather the php4 on this web site somewhere.. Smile

papasj Wrote:solved the problem.

I was editing FastCgiServer directive with the argument -idle-timeout, but the actual
-idle-timeout should be in the FastCgiConfig directive of fastcgi_ispcp.conf file.

Now i have:
Code:
FastCgiConfig -minProcesses 1 \
                  -maxProcesses 400 \
                  -maxClassProcesses 5 \
                  -multiThreshold 80 \
                  -killInterval 60 \
                  -startDelay 5  \
                  -idle-timeout 60
                  # -singleThreshold 100 \
                  # -autoUpdate \
                  # -pass-header HTTP_AUTHORIZATION
and it works fine
07-05-2008 10:31 AM
Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
Problem with FastCgi idle-timeout - papasj - 07-04-2008, 05:39 PM
RE: Problem with FastCgi idle-timeout - robmorin - 07-05-2008 10:31 AM

Forum Jump:


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