MilesWeb Hosting Forum

Web Hosting Technical Support => How To's => Topic started by: Dipak Bhoi on December 31, 2014, 01:44:53 PM

Title: How to check mod_deflate is enabled on the cPanel server?
Post by: Dipak Bhoi on December 31, 2014, 01:44:53 PM
Hello Guys,

To check mod_deflate is enable or not is very simple. Run below command.

Quote#httpd -t -D DUMP_MODULES | grep -i deflate

You can see the output with line deflate_module (static), it means mod_deflate is installed on your server. On our all shared severs it's enable, so your website will not take too much time to load.

Quote[root@server~]# httpd -t -D DUMP_MODULES | grep -i deflate
Syntax OK
deflate_module (static)

Enjoy !!