WARNING: MaxClients of 384 exceeds ServerLimit value of 256 servers

Your new apache2.conf may looks like this.

How to fix?
– you need to move ServerLimit above MaxClients


StartServers 50
MinSpareServers 20
MaxSpareServers 70
ServerLimit 384
MaxClients 384
MaxRequestsPerChild 0

You also need to stop apache completely and restart it , don’t just restart with graceful.

Leave a Reply

Your email address will not be published. Required fields are marked *