Skip to main content

Check if mod_deflate is enabled

Comments

2 comments

  • 24x7server
    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
  • cPanelMichael
    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.