| MaxCGIJobs et ThreadsPerChild |
|
Pour limiter le nombre de jobs CGI sur un serveur Web APACHE, la documentation indique l'utilisation de la directive MacCGIJobs. Or cela se révèle sans effet.
qui indique qu'il faut utiliser la directive ThreadsPerChild. La raison en est la suivante : "Currently, the MaxCGIJobs directive is overwritten by the value in CHGHTTPA Maximum number of threads. If the directive ThreadsPerChild exists in the server configuration file, the value in CHGHTTPA is overwritten by the value in the directive ThreadsPerChild. Basically, MaxCGIJobs is never used because we always have a value in CHGHTTPA." NB |