<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: How to enable http compression on a Plesk server?</title>
	<atom:link href="http://linuxhostingsupport.net/blog/how-to-enable-http-compression-on-a-plesk-server/feed" rel="self" type="application/rss+xml" />
	<link>http://linuxhostingsupport.net/blog/how-to-enable-http-compression-on-a-plesk-server</link>
	<description>Everything About _Linux WebHosting_</description>
	<lastBuildDate>Tue, 24 Jan 2012 13:31:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: admin</title>
		<link>http://linuxhostingsupport.net/blog/how-to-enable-http-compression-on-a-plesk-server/comment-page-1#comment-947</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 31 May 2011 10:23:55 +0000</pubDate>
		<guid isPermaLink="false">http://linuxhostingsupport.net/blog/?p=981#comment-947</guid>
		<description>Thank you for your suggestion. It will surely help.</description>
		<content:encoded><![CDATA[<p>Thank you for your suggestion. It will surely help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ethan</title>
		<link>http://linuxhostingsupport.net/blog/how-to-enable-http-compression-on-a-plesk-server/comment-page-1#comment-943</link>
		<dc:creator>ethan</dc:creator>
		<pubDate>Fri, 27 May 2011 16:09:07 +0000</pubDate>
		<guid isPermaLink="false">http://linuxhostingsupport.net/blog/?p=981#comment-943</guid>
		<description>another suggestion, use the below deflate.conf instead, because compressing these other types of files will be pointless and wasteful, as well as cause issues... 



SetOutputFilter DEFLATE
SetEnvIfNoCase Request_URI \.(?:gif&#124;jpe?g&#124;png)$ no-gzip dont-vary
SetEnvIfNoCase Request_URI \.(?:exe&#124;t?gz&#124;zip&#124;bz2&#124;sit&#124;rar)$ no-gzip dont-vary
SetEnvIfNoCase Request_URI \.pdf$ no-gzip dont-vary
SetEnvIfNoCase Request_URI \.avi$ no-gzip dont-vary
SetEnvIfNoCase Request_URI \.mov$ no-gzip dont-vary
SetEnvIfNoCase Request_URI \.mp3$ no-gzip dont-vary
SetEnvIfNoCase Request_URI \.mp4$ no-gzip dont-vary
SetEnvIfNoCase Request_URI \.rm$ no-gzip dont-vary
</description>
		<content:encoded><![CDATA[<p>another suggestion, use the below deflate.conf instead, because compressing these other types of files will be pointless and wasteful, as well as cause issues&#8230; </p>
<p>SetOutputFilter DEFLATE<br />
SetEnvIfNoCase Request_URI \.(?:gif|jpe?g|png)$ no-gzip dont-vary<br />
SetEnvIfNoCase Request_URI \.(?:exe|t?gz|zip|bz2|sit|rar)$ no-gzip dont-vary<br />
SetEnvIfNoCase Request_URI \.pdf$ no-gzip dont-vary<br />
SetEnvIfNoCase Request_URI \.avi$ no-gzip dont-vary<br />
SetEnvIfNoCase Request_URI \.mov$ no-gzip dont-vary<br />
SetEnvIfNoCase Request_URI \.mp3$ no-gzip dont-vary<br />
SetEnvIfNoCase Request_URI \.mp4$ no-gzip dont-vary<br />
SetEnvIfNoCase Request_URI \.rm$ no-gzip dont-vary</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://linuxhostingsupport.net/blog/how-to-enable-http-compression-on-a-plesk-server/comment-page-1#comment-684</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Fri, 25 Feb 2011 19:42:33 +0000</pubDate>
		<guid isPermaLink="false">http://linuxhostingsupport.net/blog/?p=981#comment-684</guid>
		<description>Hello,

To enable the mod_file_cache, you need to edit the Apache Configuration file at &lt;strong&gt;/etc/httpd/conf/httpd.conf&lt;/strong&gt; and look for the following

#IfModule mod_disk_cache.c&gt;
#   CacheEnable disk /
#   CacheRoot &quot;/var/cache/mod_proxy&quot;
#/IfModule&gt;

Remove the comments (i.e. #) from the start of every line, save the file and restart the httpd service. That will enable the cache. For more details, refer: 
http://httpd.apache.org/docs/2.2/mod/mod_cache.html</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>To enable the mod_file_cache, you need to edit the Apache Configuration file at <strong>/etc/httpd/conf/httpd.conf</strong> and look for the following</p>
<p>#IfModule mod_disk_cache.c><br />
#   CacheEnable disk /<br />
#   CacheRoot &#8220;/var/cache/mod_proxy&#8221;<br />
#/IfModule></p>
<p>Remove the comments (i.e. #) from the start of every line, save the file and restart the httpd service. That will enable the cache. For more details, refer:<br />
<a href="http://httpd.apache.org/docs/2.2/mod/mod_cache.html" rel="nofollow">http://httpd.apache.org/docs/2.2/mod/mod_cache.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carlos</title>
		<link>http://linuxhostingsupport.net/blog/how-to-enable-http-compression-on-a-plesk-server/comment-page-1#comment-683</link>
		<dc:creator>Carlos</dc:creator>
		<pubDate>Fri, 25 Feb 2011 16:42:21 +0000</pubDate>
		<guid isPermaLink="false">http://linuxhostingsupport.net/blog/?p=981#comment-683</guid>
		<description>Hi!

I have just ordered a Plesk Server (I have never worked with Plesk before). How can I install/load mod_file_cache apache module in Plesk 10?

Thank You.</description>
		<content:encoded><![CDATA[<p>Hi!</p>
<p>I have just ordered a Plesk Server (I have never worked with Plesk before). How can I install/load mod_file_cache apache module in Plesk 10?</p>
<p>Thank You.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JM</title>
		<link>http://linuxhostingsupport.net/blog/how-to-enable-http-compression-on-a-plesk-server/comment-page-1#comment-611</link>
		<dc:creator>JM</dc:creator>
		<pubDate>Fri, 03 Dec 2010 16:52:00 +0000</pubDate>
		<guid isPermaLink="false">http://linuxhostingsupport.net/blog/?p=981#comment-611</guid>
		<description>You wouldn&#039;t believe the convoluted answers to this question that are floating around the &#039;net.

Thanks for this easy and great solution!</description>
		<content:encoded><![CDATA[<p>You wouldn&#8217;t believe the convoluted answers to this question that are floating around the &#8216;net.</p>
<p>Thanks for this easy and great solution!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

