<?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: Speed Tips: Turn On Compression</title>
	<atom:link href="http://www.askapache.com/htaccess/apache-speed-compression.html/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.askapache.com/htaccess/apache-speed-compression.html</link>
	<description>Advanced Web Development</description>
	<lastBuildDate>Thu, 16 May 2013 00:37:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Varun sharma</title>
		<link>http://www.askapache.com/htaccess/apache-speed-compression.html#comment-13488</link>
		<dc:creator>Varun sharma</dc:creator>
		<pubDate>Fri, 22 Feb 2013 02:58:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/htaccess/apache-speed-compression.html#comment-13488</guid>
		<description><![CDATA[how to know if i do have access to . .htaccess file.    I use  window shared hosting on godaddy server.
Could you tell me if I have access to this file]]></description>
		<content:encoded><![CDATA[<p>how to know if i do have access to . .htaccess file.    I use  window shared hosting on godaddy server.<br />
Could you tell me if I have access to this file</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stosun</title>
		<link>http://www.askapache.com/htaccess/apache-speed-compression.html#comment-1116</link>
		<dc:creator>stosun</dc:creator>
		<pubDate>Tue, 17 Apr 2012 19:22:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/htaccess/apache-speed-compression.html#comment-1116</guid>
		<description><![CDATA[Hi,
I try to use compression, but I couldn&#039;t success it.
I use gkg.net as hosting and I enabled compression at cpanel for text/html, text/ccs and application/javascript.
I put a .htaccess file to main directory.
Content of .htaccess file is;
&lt;pre&gt;AddOutPutFilterByType DEFLATE text/html text/plain text/xml application/javascript text/css
&#160;
# Netscape 4.x has some problems...
BrowserMatch ^Mozilla/4 gzip-only-text/html
&#160;
# Netscape 4.06-4.08 have some more problems
BrowserMatch ^Mozilla/4.0[678] no-gzip
&#160;
# MSIE masquerades as Netscape, but it is fine
# BrowserMatch bMSIE !no-gzip !gzip-only-text/html
&#160;
# NOTE: Due to a bug in mod_setenvif up to Apache 2.0.48
# the above regex won&#039;t work. You can use the following
# workaround to get the desired effect:
BrowserMatch bMSI[E] !no-gzip !gzip-only-text/html
&#160;
# Don&#039;t compress images
SetEnvIfNoCase Request_URI .(?:gif&#124;jpe?g&#124;png)$ no-gzip dont-vary
&#160;
# Make sure proxies don&#039;t deliver the wrong content
Header append Vary User-Agent env=!dont-vary&lt;/pre&gt;





gkg server is Apache, client borowser is chrome and Firefox.
At pagespeed of firefox or chrome , I couldn&#039;t see content-encoding:gzip as response headers, whereas browser requests it as accept-encoding:gzip,deflate.

gkg.net says that gzip is enable but I couldn&#039;t see it.
Is it needed to add  some more  code .htaccess file?
Any help aprreciated, thanks at advance.
Regards]]></description>
		<content:encoded><![CDATA[<p>Hi,<br />
I try to use compression, but I couldn't success it.<br />
I use gkg.net as hosting and I enabled compression at cpanel for text/html, text/ccs and application/javascript.<br />
I put a .htaccess file to main directory.<br />
Content of .htaccess file is;</p>
<pre>AddOutPutFilterByType DEFLATE text/html text/plain text/xml application/javascript text/css
&nbsp;
# Netscape 4.x has some problems...
BrowserMatch ^Mozilla/4 gzip-only-text/html
&nbsp;
# Netscape 4.06-4.08 have some more problems
BrowserMatch ^Mozilla/4.0[678] no-gzip
&nbsp;
# MSIE masquerades as Netscape, but it is fine
# BrowserMatch bMSIE !no-gzip !gzip-only-text/html
&nbsp;
# NOTE: Due to a bug in mod_setenvif up to Apache 2.0.48
# the above regex won't work. You can use the following
# workaround to get the desired effect:
BrowserMatch bMSI[E] !no-gzip !gzip-only-text/html
&nbsp;
# Don't compress images
SetEnvIfNoCase Request_URI .(?:gif|jpe?g|png)$ no-gzip dont-vary
&nbsp;
# Make sure proxies don't deliver the wrong content
Header append Vary User-Agent env=!dont-vary</pre>
<p>gkg server is Apache, client borowser is chrome and Firefox.<br />
At pagespeed of firefox or chrome , I couldn't see content-encoding:gzip as response headers, whereas browser requests it as accept-encoding:gzip,deflate.</p>
<p>gkg.net says that gzip is enable but I couldn't see it.<br />
Is it needed to add  some more  code .htaccess file?<br />
Any help aprreciated, thanks at advance.<br />
Regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Interview</title>
		<link>http://www.askapache.com/htaccess/apache-speed-compression.html#comment-1114</link>
		<dc:creator>Interview</dc:creator>
		<pubDate>Thu, 15 Mar 2012 04:12:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/htaccess/apache-speed-compression.html#comment-1114</guid>
		<description><![CDATA[Great post, another optimization is to disable .htaccess files or apache will try to look it in all folders on each request.]]></description>
		<content:encoded><![CDATA[<p>Great post, another optimization is to disable .htaccess files or apache will try to look it in all folders on each request.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Merino Renato</title>
		<link>http://www.askapache.com/htaccess/apache-speed-compression.html#comment-1112</link>
		<dc:creator>Merino Renato</dc:creator>
		<pubDate>Wed, 21 Sep 2011 09:47:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/htaccess/apache-speed-compression.html#comment-1112</guid>
		<description><![CDATA[Hi everybody:

I recently used the  google page speed service and i end up in this grat website, which offers must of the information i was looking for, i just a rookie in web pages and apache stuff, now that i find your website i got a lotta more things to read, but i have a question in the gzip code you post for httaccess:



SetOutputFilter DEFLATE



I cant see the Gzip name... so this works for gzip compression cause i heard theres two type of them, deflate and the other one is gzip compression, so will this code will work for my google page speed improvement, and is there a particular place i shoul paste the code in the httaccess file? i mean before of after the rewrite cond or is it the same where i paste it?

Well, thanks for creating this website, i didnt knew there were so many ways to optimize our apache control panel, oh i almost forget to ask, does any of this &quot;improvements&quot; causes any problem with shae hosting?
I mean if i over optimize my apache server...

Thanks again]]></description>
		<content:encoded><![CDATA[<p>Hi everybody:</p>
<p>I recently used the  google page speed service and i end up in this grat website, which offers must of the information i was looking for, i just a rookie in web pages and apache stuff, now that i find your website i got a lotta more things to read, but i have a question in the gzip code you post for httaccess:</p>
<p>SetOutputFilter DEFLATE</p>
<p>I cant see the Gzip name... so this works for gzip compression cause i heard theres two type of them, deflate and the other one is gzip compression, so will this code will work for my google page speed improvement, and is there a particular place i shoul paste the code in the httaccess file? i mean before of after the rewrite cond or is it the same where i paste it?</p>
<p>Well, thanks for creating this website, i didnt knew there were so many ways to optimize our apache control panel, oh i almost forget to ask, does any of this "improvements" causes any problem with shae hosting?<br />
I mean if i over optimize my apache server...</p>
<p>Thanks again</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ameeto</title>
		<link>http://www.askapache.com/htaccess/apache-speed-compression.html#comment-1109</link>
		<dc:creator>Ameeto</dc:creator>
		<pubDate>Mon, 20 Jun 2011 04:44:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/htaccess/apache-speed-compression.html#comment-1109</guid>
		<description><![CDATA[&lt;pre&gt;SetOutputFilter DEFLATE&lt;/pre&gt;

also works good..!!
well thanks for this
IF you want to gzip every page of your site you can also use this
&lt;pre&gt;php_value output_handler ob_gzhandler&lt;/pre&gt;

but be make sure this sometimes give error or some modules will not work..!!
But if your website is static not conatin only blog and images
&lt;code&gt;php_value output_handler ob_gzhandler&lt;/code&gt;
works great..!!]]></description>
		<content:encoded><![CDATA[<pre>SetOutputFilter DEFLATE</pre>
<p>also works good..!!<br />
well thanks for this<br />
IF you want to gzip every page of your site you can also use this</p>
<pre>php_value output_handler ob_gzhandler</pre>
<p>but be make sure this sometimes give error or some modules will not work..!!<br />
But if your website is static not conatin only blog and images<br />
<code>php_value output_handler ob_gzhandler</code><br />
works great..!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: frank</title>
		<link>http://www.askapache.com/htaccess/apache-speed-compression.html#comment-1107</link>
		<dc:creator>frank</dc:creator>
		<pubDate>Thu, 26 May 2011 15:08:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/htaccess/apache-speed-compression.html#comment-1107</guid>
		<description><![CDATA[Thanks for the help!

There is a ton on the net, and I found this to be the best so far.

Not too complex, and now I can add in the code and enjoy a faster site!!!

It used to be soooo slow. Not anymore! :)]]></description>
		<content:encoded><![CDATA[<p>Thanks for the help!</p>
<p>There is a ton on the net, and I found this to be the best so far.</p>
<p>Not too complex, and now I can add in the code and enjoy a faster site!!!</p>
<p>It used to be soooo slow. Not anymore! :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jojo</title>
		<link>http://www.askapache.com/htaccess/apache-speed-compression.html#comment-1105</link>
		<dc:creator>jojo</dc:creator>
		<pubDate>Sat, 07 May 2011 22:53:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/htaccess/apache-speed-compression.html#comment-1105</guid>
		<description><![CDATA[i have huge xml files in my site.
can i use the gzip on xml files?
does that make any difference?

p.s
great post
thanks]]></description>
		<content:encoded><![CDATA[<p>i have huge xml files in my site.<br />
can i use the gzip on xml files?<br />
does that make any difference?</p>
<p>p.s<br />
great post<br />
thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AskApache</title>
		<link>http://www.askapache.com/htaccess/apache-speed-compression.html#comment-1104</link>
		<dc:creator>AskApache</dc:creator>
		<pubDate>Sat, 30 Oct 2010 20:57:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/htaccess/apache-speed-compression.html#comment-1104</guid>
		<description><![CDATA[&lt;p&gt;&lt;strong&gt;@JeeShen Lee&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Thanks for that excellent addition!  I hope you move away from ASP ASAP however.  Enjoyed browsing your blog too, thanks for your research.&lt;/p&gt;]]></description>
		<content:encoded><![CDATA[<p><strong>@JeeShen Lee</strong></p>
<p>Thanks for that excellent addition!  I hope you move away from ASP ASAP however.  Enjoyed browsing your blog too, thanks for your research.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Travis</title>
		<link>http://www.askapache.com/htaccess/apache-speed-compression.html#comment-1103</link>
		<dc:creator>Travis</dc:creator>
		<pubDate>Fri, 15 Oct 2010 06:01:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/htaccess/apache-speed-compression.html#comment-1103</guid>
		<description><![CDATA[Awesome Insight.  Thank you!

Just wondering, though... why aren&#039;t you using &lt;!--  --&gt;

Wouldn&#039;t that make you site even faster still?  I am using it unnecessarily?]]></description>
		<content:encoded><![CDATA[<p>Awesome Insight.  Thank you!</p>
<p>Just wondering, though... why aren't you using &lt;!--  --&gt;</p>
<p>Wouldn't that make you site even faster still?  I am using it unnecessarily?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jazzer</title>
		<link>http://www.askapache.com/htaccess/apache-speed-compression.html#comment-1101</link>
		<dc:creator>Jazzer</dc:creator>
		<pubDate>Mon, 11 Oct 2010 14:11:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/htaccess/apache-speed-compression.html#comment-1101</guid>
		<description><![CDATA[if you get 500 internal error, add these to your httpd.conf
&lt;pre&gt;LoadModule expires_module /usr/lib/apache2/modules/mod_expires.so
LoadModule headers_module /usr/lib/apache2/modules/mod_headers.so&lt;/pre&gt;]]></description>
		<content:encoded><![CDATA[<p>if you get 500 internal error, add these to your httpd.conf</p>
<pre>LoadModule expires_module /usr/lib/apache2/modules/mod_expires.so
LoadModule headers_module /usr/lib/apache2/modules/mod_headers.so</pre>
]]></content:encoded>
	</item>
</channel>
</rss>
