<?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"
	>
<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>Web Development</description>
	<pubDate>Sat, 06 Sep 2008 02:01:28 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
		<item>
		<title>By: AskApache</title>
		<link>http://www.askapache.com/htaccess/apache-speed-compression.html#comment-43329</link>
		<dc:creator>AskApache</dc:creator>
		<pubDate>Sat, 19 Jul 2008 06:13:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/htaccess/apache-speed-compression.html#comment-43329</guid>
		<description>Yes.  You can test my site out using the http headers tool.   Just put "none" in the accept-encoding field.

Though actually, I am using gzip for compression and I am actually serving both XTHML 1.1 with the application/xhtml+xml content-type, and plain text/html for microsoft browsers that can't handle it.

I do have mod_deflate turned on for my javascript and css files though.</description>
		<content:encoded><![CDATA[<p>Yes.  You can test my site out using the http headers tool.   Just put &#8220;none&#8221; in the accept-encoding field.</p>
<p>Though actually, I am using gzip for compression and I am actually serving both XTHML 1.1 with the application/xhtml+xml content-type, and plain text/html for microsoft browsers that can&#8217;t handle it.</p>
<p>I do have mod_deflate turned on for my javascript and css files though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lu-blog</title>
		<link>http://www.askapache.com/htaccess/apache-speed-compression.html#comment-43326</link>
		<dc:creator>lu-blog</dc:creator>
		<pubDate>Sat, 19 Jul 2008 05:38:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/htaccess/apache-speed-compression.html#comment-43326</guid>
		<description>Will the server in this case send uncompressed content to client if the client didn't send deflate in HTTP_ACCEPT_ENCODING?</description>
		<content:encoded><![CDATA[<p>Will the server in this case send uncompressed content to client if the client didn&#8217;t send deflate in HTTP_ACCEPT_ENCODING?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AskApache</title>
		<link>http://www.askapache.com/htaccess/apache-speed-compression.html#comment-41865</link>
		<dc:creator>AskApache</dc:creator>
		<pubDate>Sun, 01 Jun 2008 03:09:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/htaccess/apache-speed-compression.html#comment-41865</guid>
		<description>@Jason

You aren't using a FilesMatch but other than that I couldn't tell you, it depends on your server, configuration, and modules.

@Prasannah

This really won't make that much of a difference to begin with but you can use the &lt;a href="http://www.askapache.com/online-tools/http-headers-tool/" rel="nofollow"&gt;http header viewer tool&lt;/a&gt; by requesting directly your .css or .js file with this .htaccess compression code on and then with this code off and you should see a difference unless something on your end isn't working correctly.</description>
		<content:encoded><![CDATA[<p>@Jason</p>
<p>You aren&#8217;t using a FilesMatch but other than that I couldn&#8217;t tell you, it depends on your server, configuration, and modules.</p>
<p>@Prasannah</p>
<p>This really won&#8217;t make that much of a difference to begin with but you can use the <a href="http://www.askapache.com/online-tools/http-headers-tool/" rel="nofollow">http header viewer tool</a> by requesting directly your .css or .js file with this .htaccess compression code on and then with this code off and you should see a difference unless something on your end isn&#8217;t working correctly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Prasannah</title>
		<link>http://www.askapache.com/htaccess/apache-speed-compression.html#comment-41041</link>
		<dc:creator>Prasannah</dc:creator>
		<pubDate>Sun, 18 May 2008 17:25:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/htaccess/apache-speed-compression.html#comment-41041</guid>
		<description>I don't see any changes in the page load speed AT ALL! I used this tool (&lt;a href="http://tools.pingdom.com/fpt/" rel="nofollow"&gt;Pingdom&lt;/a&gt;) to test my speeds. Any thoughts?</description>
		<content:encoded><![CDATA[<p>I don&#8217;t see any changes in the page load speed AT ALL! I used this tool (<a href="http://tools.pingdom.com/fpt/" rel="nofollow">Pingdom</a>) to test my speeds. Any thoughts?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://www.askapache.com/htaccess/apache-speed-compression.html#comment-39497</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Sat, 19 Apr 2008 10:31:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/htaccess/apache-speed-compression.html#comment-39497</guid>
		<description>Thanks for your attention:

My .htaccess file:

&lt;pre&gt;&lt;br /&gt;
# BEGIN WordPress&lt;br /&gt;
RewriteEngine On&lt;br /&gt;
RewriteBase /&lt;br /&gt;
RewriteCond %{REQUEST_FILENAME} !-f&lt;br /&gt;
RewriteCond %{REQUEST_FILENAME} !-d&lt;br /&gt;
RewriteRule . /index.php [L]&lt;br /&gt;
# END WordPress&lt;br /&gt;
&#160;&lt;br /&gt;
#12 Months&lt;br /&gt;
&#160;&lt;br /&gt;
Header set Cache-Control &#34;max-age=29030400, public&#34;&lt;br /&gt;
&#160;&lt;br /&gt;
Header unset ETag&lt;br /&gt;
FileETag None&lt;br /&gt;
&#160;&lt;br /&gt;
# 2 HOURS&lt;br /&gt;
&#160;&lt;br /&gt;
Header set Cache-Control &#34;max-age=7200, must-revalidate&#34;&lt;br /&gt;
&#160;&lt;br /&gt;
SetOutputFilter DEFLATE&lt;br /&gt;
&lt;/pre&gt;



I am not getting an error.  It is just not working with the css and js according to yslow.  I was able to set a php.ini file to gzip the php.  Although, I am not sure how to do the same thing for the css/js.</description>
		<content:encoded><![CDATA[<p>Thanks for your attention:</p>
<p>My .htaccess file:</p>
<pre>
# BEGIN WordPress
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
# END WordPress
&nbsp;
#12 Months
&nbsp;
Header set Cache-Control &quot;max-age=29030400, public&quot;
&nbsp;
Header unset ETag
FileETag None
&nbsp;
# 2 HOURS
&nbsp;
Header set Cache-Control &quot;max-age=7200, must-revalidate&quot;
&nbsp;
SetOutputFilter DEFLATE
</pre>
<p>I am not getting an error.  It is just not working with the css and js according to yslow.  I was able to set a php.ini file to gzip the php.  Although, I am not sure how to do the same thing for the css/js.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AskApache</title>
		<link>http://www.askapache.com/htaccess/apache-speed-compression.html#comment-39467</link>
		<dc:creator>AskApache</dc:creator>
		<pubDate>Sat, 19 Apr 2008 04:07:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/htaccess/apache-speed-compression.html#comment-39467</guid>
		<description>@ jason ~

Sounds like you don't have mod_deflate.  I need more info like error messages, how you know its not working, and current .htaccess if I were going to answer.</description>
		<content:encoded><![CDATA[<p>@ jason ~</p>
<p>Sounds like you don&#8217;t have mod_deflate.  I need more info like error messages, how you know its not working, and current .htaccess if I were going to answer.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
