cPanel & WHM manages the Apache web server and its components with EasyApache. When you will install cPanel & WHM version 11.52 or later, the default (fast) installation method uses a precompiled default EasyApache configuration, which includes the basic requirements for a functional web server. cPanel & WHM versions 11.50 and earlier compile EasyApache during the installation process.
You can Optimize the web server as per your need by using cPanel/WHM access, you can improve the website performance by optimizing the configuration of web server.
- Login as root to cPanel/WHM panel
- Navigate to Service Configuration, Click on Apache Configuration
- In Apache Configuration, Select Global Configuration
- In Global Configuration menu, we will need to make changes in different fields as below and click on save.
StartServers = 5
MinSpareServers = 5
MaxSpareServers = 10
ServerLimit = 500
MaxRequestWorkers = 500
MaxRequestsPerChild = 4000
Timeout = 20
You have optimized the configuration to load the website faster without impecting your server resources.
- 11 Users Found This Useful