• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

Question FcgidMaxProcessesPerClass per domain or per subdomain?

dagclaessens

New Pleskian
Hello,
I have a question about the value that can be set for 'FcgidMaxProcessesPerClass'.
When I have a domain, with multiple subdomains, is the max. amount of processes calculated per subdomain or per domain (or even per hosting user)?
Thank you in advance! Dave
 
Neither one.

"A process class is the set of processes which were started with the same executable file and share certain other characteristics such as virtual host and identity. Two commands which are links to or otherwise refer to the same executable file share the same process class." (Apache docs)

From my observation in Apache processes I have seen the same process servicing different domains and many processes at the same time servicing the same domain.
 
Thank you for your response.
My goal is when one of the subdomains receives to many requests to handle, only this subdomain gives an error (for example the 'Service Temporary Unavailable' error) and other subdomains won't be affected by this and keep working.
When I understand you reply correctly, this can't be achieved with the 'FcgidMaxProcessesPerClass' process? Do you have an idea how I can make this work?
 
There is no such situation where only one subdomain receives too many requests to handle, because this does not depend on a single domain but on the total number of web server requests that the web server handles.
 
Back
Top