How to install Optimize website in dedicated linux server


If your user complain that there is an option of optimize website is not available in their user panel or you wish to install it on your dedicated server or VPS.

OR

You got some complains of that kind

1. Optimize website option is missing/Not available in User Cpanel.

2. Unable to locate mod_delate in Easyapache

3. How to Install mod_gzip or mod_deflate on Cpanel/WHM Server

4. User need to Enable gzip compression for his site.



You must have to rebuild your apache with php, How you can do that?

Simply Login to your WHM/Cpanel

Use this path: Main >> Software >> EasyApache (Apache Update)

Here what you need to do is to keep all the setting as it was but at the step “Exhaustive Options List”  check the option mod_deflate or deflate and start to rebuild apache.

Once the process would be completed, your all the user of the server can view the option of “optimize website” in their Cpanel under “Software/Services”. so in this way you, by installing mod_deflate module fulfil all the answers of above 4 questions.

You can use below command to check or verifywhether its module is available in your server.

  • httpd -M | grep deflate
mod_deflate is used in new Apache versions, in old versions it was used as mod_gzip
After this installation completion, your users can optimize their website from their own Cpanels.

Add a Comment

*