• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Please assess my server (Apache) configuration

L

linuxxphybrid

Guest
I have been having problems on my web server (Apache). I did a few things to address problems, but I'm guessing that the server is not configured right (given hardware and workload). The following is my server configuration, a copy of httpd.conf. Please assess and let me know what changes I should make. More specifically, I'd like to know if the configuration can make Apache lock up or hang; if so, I need to make changes in order not to let that happen.

Timeout 300
KeepAlive Off
MaxKeepAliveRequests 100
KeepAliveTimeout 15

<IfModule prefork.c>
StartServers 8
MinSpareServers 5
MaxSpareServers 20
MaxClients 256
MaxRequestsPerChild 4000
</IfModule>
 
Back
Top