Check if mod_deflate is enabled
Hi,
Are there any way to check if "mod_deflate" is enabled on a cpanel server?
Best Regards
-
Hello :), As per your account access level, you have root access of your server so you can check this with the following command [root ~ ]# httpd -M | grep deflate deflate_module (static) [root ~ ]#
.0 -
Hello :) Yes, as mentioned, you can see if this module is compiled with Apache via a command such as: httpd -M|grep deflate
Thank you.0
Please sign in to leave a comment.
Comments
2 comments