FastCGIMaxRequests
This is documentation about a configuration directive, which can be placed within Movable Type’s core configuration file, mt-config.cgi
, to customize the behavior of the system.
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