services.httpd.maxRequestsPerChild
NixOS option
Maximum number of httpd requests answered per httpd child (prefork), 0 means unlimited.
type: unsigned integer, meaning >=0Default
0
Example
declared in: nixos/modules/services/web-servers/apache-httpd/default.nixView source on NixOS/nixpkgs →500