{"id":4680,"date":"2016-07-19T11:15:27","date_gmt":"2016-07-19T11:15:27","guid":{"rendered":"https:\/\/cpanelplesk.com\/wp62\/?p=4680"},"modified":"2021-02-04T07:02:09","modified_gmt":"2021-02-04T07:02:09","slug":"enable-mod_deflate-apache","status":"publish","type":"post","link":"https:\/\/cpanelplesk.com\/wp62\/enable-mod_deflate-apache\/","title":{"rendered":"How to enable mod_deflate in apache"},"content":{"rendered":"<p><span style=\"color: #000000;\">The mod_deflate is a very useful apache component which increase the running speed of your sites. You can allow this component basically by restoring your apache via easyapache if you have server with cpanel WHM\/cPanel.<\/span><\/p>\n<h3><strong>Server with cPanel:<\/strong><\/h3>\n<p><span style=\"color: #000000;\">Enable <strong>mod_deflate<\/strong> via easyapache.<\/span><br \/>\n<span style=\"color: #000000;\"> You can rebuild your apache by running the command below.<\/span><\/p>\n<div class=\"command-sh\">\n<pre class=\"lang:default decode:true \"># \/scripts\/easyapache<\/pre>\n<\/div>\n<p><span style=\"color: #000000;\">Before performing easyapache make sure that you have taken a back-up of both Apache and Php conf file and also check the present version of your apache and php. That will be of helpful in your easyapache actions. execute following command to find the php configuration file.<\/span><\/p>\n<div class=\"command-sh\">\n<pre class=\"lang:default decode:true \"># php --ini<\/pre>\n<\/div>\n<p><span style=\"color: #000000;\">Command to find Apache and php version.<\/span><\/p>\n<div class=\"command-sh\">\n<pre class=\"lang:default decode:true \"># httpd -v  (Apache)\r\n\r\n# php -v  (PHP)<\/pre>\n<\/div>\n<p>Once done\u00a0execute the easyapache carefully.<\/p>\n<h3>Server without cPanel:<\/h3>\n<p>Enable <strong>mod_deflate<\/strong> by editing apache conf(<strong>httpd.conf<\/strong>) file.<\/p>\n<p>Add the following lines to configure mod_deflate in your apache configuration file.<\/p>\n<div class=\"command-sh\">\n<pre class=\"lang:default decode:true \">&lt;IfModule mod_deflate.c&gt;\r\n  # compress text, html, javascript, css, xml: \r\n  AddOutputFilterByType DEFLATE text\/plain \r\n  AddOutputFilterByType DEFLATE text\/html \r\n  AddOutputFilterByType DEFLATE text\/xml \r\n  AddOutputFilterByType DEFLATE text\/css \r\n  AddOutputFilterByType DEFLATE application\/xml \r\n  AddOutputFilterByType DEFLATE application\/xhtml+xml \r\n  AddOutputFilterByType DEFLATE application\/rss+xml \r\n  AddOutputFilterByType DEFLATE application\/javascript \r\n  AddOutputFilterByType DEFLATE application\/x-javascript \r\n  AddOutputFilterByType DEFLATE image\/x-icon\r\n&lt;\/IfModule&gt;<\/pre>\n<\/div>\n<p>If you want to compress only a few types, you can add the following line to the apache conf.<\/p>\n<div class=\"command-sh\">\n<pre class=\"lang:default decode:true \">AddOutputFilterByType DEFLATE text\/html text\/plain text\/xml<\/pre>\n<\/div>\n<p>Restart the apache service to coplete the process,<\/p>\n<div class=\"command-sh\">\n<pre class=\"lang:default decode:true \"># \/etc\/init.d\/httpd restart\r\nOr\r\n# service httpd restart<\/pre>\n<\/div>\n<p>Command to check the modules in httpd<\/p>\n<div class=\"command-sh\">\n<pre class=\"lang:default decode:true \"># httpd -M<\/pre>\n<\/div>\n<p>Command to check the httpd conf syntax.<\/p>\n<div class=\"command-sh\">\n<pre class=\"lang:default decode:true \"># httpd -t<\/pre>\n<\/div>\n<p><span style=\"color: #000000;\">That\u2019s it<\/span><\/p>\n","protected":false},"excerpt":{"rendered":"<p>The mod_deflate is a very useful apache component which increase the running speed of your sites. You can allow this component basically by restoring your apache via easyapache if you have server with cpanel WHM\/cPanel. Server with cPanel: Enable mod_deflate via easyapache. You can rebuild your apache by running the command below. # \/scripts\/easyapache Before [&#8230;]<\/p>\n<p><a class=\"understrap-read-more-link\" href=\"https:\/\/cpanelplesk.com\/wp62\/enable-mod_deflate-apache\/\">Continue Reading&#8230;<\/a><\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1,14],"tags":[],"class_list":["post-4680","post","type-post","status-publish","format-standard","hentry","category-cpanel","category-linux"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.1 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How to enable mod_deflate in apache - cPanel Plesk<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/cpanelplesk.com\/wp62\/enable-mod_deflate-apache\/\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:title\" content=\"How to enable mod_deflate in apache - cPanel Plesk\" \/>\n<meta name=\"twitter:description\" content=\"The mod_deflate is a very useful apache component which increase the running speed of your sites. You can allow this component basically by restoring your apache via easyapache if you have server with cpanel WHM\/cPanel. Server with cPanel: Enable mod_deflate via easyapache. You can rebuild your apache by running the command below. # \/scripts\/easyapache Before [...]Continue Reading...\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Seemab Saleem\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/enable-mod_deflate-apache\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/enable-mod_deflate-apache\/\"},\"author\":{\"name\":\"Seemab Saleem\",\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/73d573cc7eaaf6625cf0dbd72191a648\"},\"headline\":\"How to enable mod_deflate in apache\",\"datePublished\":\"2016-07-19T11:15:27+00:00\",\"dateModified\":\"2021-02-04T07:02:09+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/enable-mod_deflate-apache\/\"},\"wordCount\":192,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/c78ae1cf9451a09592fb9697d69c0c13\"},\"articleSection\":[\"Cpanel\",\"Linux\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/enable-mod_deflate-apache\/\",\"url\":\"https:\/\/cpanelplesk.com\/wp62\/enable-mod_deflate-apache\/\",\"name\":\"How to enable mod_deflate in apache - cPanel Plesk\",\"isPartOf\":{\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/#website\"},\"datePublished\":\"2016-07-19T11:15:27+00:00\",\"dateModified\":\"2021-02-04T07:02:09+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/enable-mod_deflate-apache\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/cpanelplesk.com\/wp62\/enable-mod_deflate-apache\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/enable-mod_deflate-apache\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/cpanelplesk.com\/wp62\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to enable mod_deflate in apache\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/#website\",\"url\":\"https:\/\/cpanelplesk.com\/wp62\/\",\"name\":\"cPanel Plesk\",\"description\":\"Blog on famous hosting control panels\",\"publisher\":{\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/c78ae1cf9451a09592fb9697d69c0c13\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/cpanelplesk.com\/wp62\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/c78ae1cf9451a09592fb9697d69c0c13\",\"name\":\"Farooq Omer\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/cpanelplesk.com\/wp62\/wp-content\/uploads\/2020\/11\/cpanelplesk.png\",\"contentUrl\":\"https:\/\/cpanelplesk.com\/wp62\/wp-content\/uploads\/2020\/11\/cpanelplesk.png\",\"width\":300,\"height\":44,\"caption\":\"Farooq Omer\"},\"logo\":{\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/73d573cc7eaaf6625cf0dbd72191a648\",\"name\":\"Seemab Saleem\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/6a87ff2e53b03e6839250e5278a6bd46?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/6a87ff2e53b03e6839250e5278a6bd46?s=96&d=mm&r=g\",\"caption\":\"Seemab Saleem\"},\"description\":\"Linux Server Administrator, Web Hosting engineer. I'm dealing with Linux servers since 2014. I started this blog to share the work i love with the world . let me know if you need any assistance. Thanks!!\",\"sameAs\":[\"https:\/\/cpanelplesk.com\/wp62\"],\"url\":\"https:\/\/cpanelplesk.com\/wp62\/author\/cmb\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to enable mod_deflate in apache - cPanel Plesk","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/cpanelplesk.com\/wp62\/enable-mod_deflate-apache\/","twitter_card":"summary_large_image","twitter_title":"How to enable mod_deflate in apache - cPanel Plesk","twitter_description":"The mod_deflate is a very useful apache component which increase the running speed of your sites. You can allow this component basically by restoring your apache via easyapache if you have server with cpanel WHM\/cPanel. Server with cPanel: Enable mod_deflate via easyapache. You can rebuild your apache by running the command below. # \/scripts\/easyapache Before [...]Continue Reading...","twitter_misc":{"Written by":"Seemab Saleem","Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/cpanelplesk.com\/wp62\/enable-mod_deflate-apache\/#article","isPartOf":{"@id":"https:\/\/cpanelplesk.com\/wp62\/enable-mod_deflate-apache\/"},"author":{"name":"Seemab Saleem","@id":"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/73d573cc7eaaf6625cf0dbd72191a648"},"headline":"How to enable mod_deflate in apache","datePublished":"2016-07-19T11:15:27+00:00","dateModified":"2021-02-04T07:02:09+00:00","mainEntityOfPage":{"@id":"https:\/\/cpanelplesk.com\/wp62\/enable-mod_deflate-apache\/"},"wordCount":192,"commentCount":0,"publisher":{"@id":"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/c78ae1cf9451a09592fb9697d69c0c13"},"articleSection":["Cpanel","Linux"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/cpanelplesk.com\/wp62\/enable-mod_deflate-apache\/","url":"https:\/\/cpanelplesk.com\/wp62\/enable-mod_deflate-apache\/","name":"How to enable mod_deflate in apache - cPanel Plesk","isPartOf":{"@id":"https:\/\/cpanelplesk.com\/wp62\/#website"},"datePublished":"2016-07-19T11:15:27+00:00","dateModified":"2021-02-04T07:02:09+00:00","breadcrumb":{"@id":"https:\/\/cpanelplesk.com\/wp62\/enable-mod_deflate-apache\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/cpanelplesk.com\/wp62\/enable-mod_deflate-apache\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/cpanelplesk.com\/wp62\/enable-mod_deflate-apache\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/cpanelplesk.com\/wp62\/"},{"@type":"ListItem","position":2,"name":"How to enable mod_deflate in apache"}]},{"@type":"WebSite","@id":"https:\/\/cpanelplesk.com\/wp62\/#website","url":"https:\/\/cpanelplesk.com\/wp62\/","name":"cPanel Plesk","description":"Blog on famous hosting control panels","publisher":{"@id":"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/c78ae1cf9451a09592fb9697d69c0c13"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/cpanelplesk.com\/wp62\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":["Person","Organization"],"@id":"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/c78ae1cf9451a09592fb9697d69c0c13","name":"Farooq Omer","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/image\/","url":"https:\/\/cpanelplesk.com\/wp62\/wp-content\/uploads\/2020\/11\/cpanelplesk.png","contentUrl":"https:\/\/cpanelplesk.com\/wp62\/wp-content\/uploads\/2020\/11\/cpanelplesk.png","width":300,"height":44,"caption":"Farooq Omer"},"logo":{"@id":"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/image\/"}},{"@type":"Person","@id":"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/73d573cc7eaaf6625cf0dbd72191a648","name":"Seemab Saleem","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/6a87ff2e53b03e6839250e5278a6bd46?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/6a87ff2e53b03e6839250e5278a6bd46?s=96&d=mm&r=g","caption":"Seemab Saleem"},"description":"Linux Server Administrator, Web Hosting engineer. I'm dealing with Linux servers since 2014. I started this blog to share the work i love with the world . let me know if you need any assistance. Thanks!!","sameAs":["https:\/\/cpanelplesk.com\/wp62"],"url":"https:\/\/cpanelplesk.com\/wp62\/author\/cmb\/"}]}},"_links":{"self":[{"href":"https:\/\/cpanelplesk.com\/wp62\/wp-json\/wp\/v2\/posts\/4680","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/cpanelplesk.com\/wp62\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/cpanelplesk.com\/wp62\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/cpanelplesk.com\/wp62\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/cpanelplesk.com\/wp62\/wp-json\/wp\/v2\/comments?post=4680"}],"version-history":[{"count":0,"href":"https:\/\/cpanelplesk.com\/wp62\/wp-json\/wp\/v2\/posts\/4680\/revisions"}],"wp:attachment":[{"href":"https:\/\/cpanelplesk.com\/wp62\/wp-json\/wp\/v2\/media?parent=4680"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/cpanelplesk.com\/wp62\/wp-json\/wp\/v2\/categories?post=4680"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/cpanelplesk.com\/wp62\/wp-json\/wp\/v2\/tags?post=4680"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}