We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Maximum lifetime for a FastCGI process. Once the FastCGI application has exceeded this duration, it will exit at the end of the request.
Default is 3600 seconds (one hour)
FastCGIMaxTime 3600
integer (time in seconds)
Two hours (7200 seconds):
FastCGIMaxTime 7200