<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>User First Web &#187; Apache</title>
	<atom:link href="http://userfirstweb.com/category/apache/feed/" rel="self" type="application/rss+xml" />
	<link>http://userfirstweb.com</link>
	<description>A blog about putting people before technology</description>
	<lastBuildDate>Thu, 29 Sep 2011 05:39:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>WordPress 2.5 Removes GZIP Option</title>
		<link>http://userfirstweb.com/246/wordpress-25-removes-gzip-option/</link>
		<comments>http://userfirstweb.com/246/wordpress-25-removes-gzip-option/#comments</comments>
		<pubDate>Mon, 19 May 2008 07:14:21 +0000</pubDate>
		<dc:creator>Jason Grigsby</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[Site Performance]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[gzip]]></category>
		<category><![CDATA[optimization]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[speedupyoursite]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://userfirstweb.com/?p=246</guid>
		<description><![CDATA[WordPress 2.5 no longer provides an option to turn on gzip compression. According to Matt Freedman, the &#8220;option was axed for the reason that it’s better to enable compression on the server, rather than through WordPress.&#8221; This is probably true because the option was turning on php compression instead of setting it in apache. However, [...]]]></description>
			<content:encoded><![CDATA[<p>WordPress 2.5 no longer provides an option to turn on gzip compression. According to Matt Freedman, the &#8220;<a href="http://mattsblog.ca/2008/04/07/speed-up-your-blog-using-zlib/">option was axed for the reason that it’s better to enable compression on the server, rather than through WordPress.&#8221;</a></p>
<p>This is probably true because the option was turning on php compression instead of setting it in apache. However, it was still a surprise to realize my site was no longer being compressed.</p>
<p>To remedy the problem, I added the following to my .htaccess file in the root directory:</p>
<p><code><br />
AddOutputFilterByType DEFLATE text/html text/css text/plain text/xml application/x-javascript application/json application/x-httpd-php application/x-httpd-fastphp application/rss+xml application/atom_xml application/x-httpd-eruby<br />
Header append Vary Accept-Encoding<br />
</code></p>
<p>This is the code for Apache 2.0 as <a href="http://www.ilfilosofo.com/blog/2008/02/22/wordpress-gzip-plugin/#comment-194566">suggested by Ryan Williams</a>. Similar code for Apache 1.3 can be found.</p>
<p>The main point is the if you used to rely on WordPress 2.5&#8217;s gzip option, you&#8217;re going to need to find an alternate solution.</p>
]]></content:encoded>
			<wfw:commentRss>http://userfirstweb.com/246/wordpress-25-removes-gzip-option/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
