Skip to content

config fastcgimaxtime

Byrne edited this page Nov 1, 2010 · 1 revision

FastCGIMaxTime

Maximum lifetime for a FastCGI process. Once the FastCGI application has exceeded this duration, it will exit at the end of the request.

Default

Default is 3600 seconds (one hour)

FastCGIMaxTime 3600

Values

integer (time in seconds)

Example

Two hours (7200 seconds):

FastCGIMaxTime 7200
  • Categories: Appendix: Configuration Directives
  • Tags: config, FastCGI, max, time
Clone this wiki locally