Link to home
Start Free TrialLog in
Avatar of boon86
boon86Flag for Malaysia

asked on

fcgi setting file location

Hi,

Im using php with fcgi, how do i change the value for:

Activity Timeout
Request Timeout


i cant find it inside php.ini, im using centOS where is the location
to change that? i know its available on windows server only.

Any help are greatly appreciated.
SOLUTION
Avatar of dbauermann
dbauermann
Flag of Brazil image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of boon86

ASKER

any fcgi setting?
Avatar of boon86

ASKER

I found on the web that this setting will tune the FCGI
IdleTimeout 3600
ProcessLifeTime 7200
# MaxProcessCount 1000
DefaultMinClassProcessCount 3
DefaultMaxClassProcessCount 100
IPCConnectTimeout 8
IPCCommTimeout 360
BusyTimeout 300
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial