• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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