services.httpd.maxRequestsPerChild

NixOS option

Maximum number of httpd requests answered per httpd child (prefork), 0 means unlimited.

type: unsigned integer, meaning >=0
Default
0
Example
500
declared in: nixos/modules/services/web-servers/apache-httpd/default.nixView source on NixOS/nixpkgs →