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.


Il faut se référer à la note suivante : http://www-01.ibm.com/support/docview.wss?uid=nas1e7c0d9f4bf5c944686257632007797a7

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