2.36. MaxRequestsPerChild *global*

The maximum number of requests a page server will handle before it commits suicide and asks for a replacement server. This prevents runaway memory leaks.

        MaxRequestsPerChild  100

Default is 50. Only applies in PreFork mode.