2 # PHP should not terminate itself, let FCGID do that
3 FcgidInitialEnv PHP_FCGI_MAX_REQUESTS 1000
4 FcgidMaxRequestsPerProcess 500
6 # Allow requests up to 8MB
7 FcgidMaxRequestLen 8388608
10 # macro to allow executing PHP scripts
13 FcgidWrapper $wrapper .php
15 SetHandler fcgid-script