<?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>h3x.no &#187; images</title>
	<atom:link href="http://h3x.no/tag/images/feed" rel="self" type="application/rss+xml" />
	<link>http://h3x.no</link>
	<description>Tor Henning Ueland`s thoughts about technology and other stuff</description>
	<lastBuildDate>Sun, 05 Feb 2012 20:24:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Simple Apache trick to increase Google Speed Test score</title>
		<link>http://h3x.no/2010/04/19/simple-apache-trick-to-increase-google-speed-test-score</link>
		<comments>http://h3x.no/2010/04/19/simple-apache-trick-to-increase-google-speed-test-score#comments</comments>
		<pubDate>Mon, 19 Apr 2010 08:45:16 +0000</pubDate>
		<dc:creator>Tor Henning Ueland</dc:creator>
				<category><![CDATA[Web development]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[static]]></category>

		<guid isPermaLink="false">http://h3x.no/?p=392</guid>
		<description><![CDATA[Google Speed Test will (unless set up) complain if you have not set up images to take use of browser caching. To get the browser to start caching static content you can add the following to your Apache vhost file: &#8230; <a href="http://h3x.no/2010/04/19/simple-apache-trick-to-increase-google-speed-test-score">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Google Speed Test will (unless set up) complain if you have not set up images to take use of browser caching. To get the browser to start caching static content you can add the following to your Apache vhost file:</p>
<p><code>ExpiresActive On<br />
ExpiresByType image/gif "access plus 365 days"<br />
ExpiresByType image/jpeg "access plus 365 days"<br />
ExpiresByType image/png "access plus 365 days"<br />
ExpiresByType image/bmp "access plus 365 days"<br />
ExpiresByType image/png "access plus 365 days"<br />
ExpiresByType text/css "access plus 365 days"<br />
ExpiresByType text/x-js "access plus 365 days"<br />
ExpiresByType application/x-javascript "access plus 365 days"<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://h3x.no/2010/04/19/simple-apache-trick-to-increase-google-speed-test-score/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

