<?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>IKnowFooBar :: Giles Smith &#187; apache2</title>
	<atom:link href="http://www.iknowfoobar.co.uk/tag/apache2/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.iknowfoobar.co.uk</link>
	<description>A developer&#039;s [mis] take?</description>
	<lastBuildDate>Wed, 23 Jun 2010 11:52:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
<cloud domain='www.iknowfoobar.co.uk' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
		<item>
		<title>Reduce your bandwidth bills using Apache&#8217;s page compression</title>
		<link>http://www.iknowfoobar.co.uk/2008/08/20/reduce-your-bandwidth-bills-using-apaches-page-compression/</link>
		<comments>http://www.iknowfoobar.co.uk/2008/08/20/reduce-your-bandwidth-bills-using-apaches-page-compression/#comments</comments>
		<pubDate>Wed, 20 Aug 2008 16:22:33 +0000</pubDate>
		<dc:creator>Giles Smith</dc:creator>
				<category><![CDATA[IT, Tech & Internet]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[apache.conf]]></category>
		<category><![CDATA[apache2]]></category>
		<category><![CDATA[bandwidth]]></category>
		<category><![CDATA[compression]]></category>
		<category><![CDATA[mod_deflate]]></category>

		<guid isPermaLink="false">http://www.pureroon.co.uk/?p=274</guid>
		<description><![CDATA[By using the mod_deflate (link) module of apache you can quite easily reduce a 30k page down to 3k worth of transmitted data, and guess what it is extremely simple to enable! To enable the module (apache2) try something like: # cd /etc/apache2/mods-enabled/ # ln -s /etc/apache2/mods-available/deflate.load . Then add the following line to your [...]]]></description>
			<content:encoded><![CDATA[<p>By using the <code>mod_deflate</code> (<a title="Apache Mod Deflate" href="http://httpd.apache.org/docs/2.0/mod/mod_deflate.html" target="_blank">link</a>) module of apache you can quite easily reduce a 30k page down to 3k worth of transmitted data, and guess what it is extremely simple to enable!</p>
<p>To enable the module (apache2) try something like:</p>
<p><code># cd /etc/apache2/mods-enabled/</code><br />
<code># ln -s /etc/apache2/mods-available/deflate.load .</code></p>
<p>Then add the following line to your <code>apache.conf</code></p>
<p><code>AddOutputFilterByType DEFLATE text/html text/plain text/xml</code></p>
<p>Now restart apache and all plain text, html, and xml files should be compressed before being sent to the client.</p>
<p>Easy!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.iknowfoobar.co.uk/2008/08/20/reduce-your-bandwidth-bills-using-apaches-page-compression/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
