Current time: 05-25-2024, 12:45 AM Hello There, Guest! (LoginRegister)


Post Reply 
Problem with FastCgi idle-timeout
Author Message
papasj Offline


Posts: 3
Joined: Jul 2008
Reputation: 0
Post: #2
RE: Problem with FastCgi idle-timeout
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-04-2008 07:04 PM
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 - papasj - 07-04-2008 07:04 PM

Forum Jump:


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