Skip to content

config fastcgimaxrequests

Byrne edited this page Nov 1, 2010 · 1 revision

FastCGIMaxRequests

Maximum number of requests to serve per FastCGI process. Upon serving the specified number, the process will gracefully exit. FastCGI will spawn a new process to replace it, ready for the next request.

Default

Default 1000 requests

FastCGIMaxRequests 1000

Values

integer

Example

2000 requests:

FastCGIMaxRequests 2000
  • Categories: Appendix: Configuration Directives
  • Tags: config, FastCGI, max, request
Clone this wiki locally