How to increase number of connections in Apache?

kumkumsharma

Administrator
Staff member
To check number of connections, it is must to have root access of server. You can follow below steps to check number of connections:
  • Login to WHM.
  • Here click on “Apache configuration” under “Service configuration”. Now click on “Global configuration”.
  • You can check these values Server Limit and Max Request Workers.
Code:
Server Limit : 256 (Default value)
Max Request Workers : 150 (Default value)
You can increase the values according to your need.
 
Top