<?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>Random Randy Ramblings &#187; header</title>
	<atom:link href="http://randymelder.com/tag/header/feed/" rel="self" type="application/rss+xml" />
	<link>http://randymelder.com</link>
	<description>Stuff that was so important, I had to write it down.</description>
	<lastBuildDate>Mon, 24 May 2010 22:24:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Apache performance tuning &#8211; Expires Headers</title>
		<link>http://randymelder.com/2009/06/03/apache-performance-tuning-expires-headers/</link>
		<comments>http://randymelder.com/2009/06/03/apache-performance-tuning-expires-headers/#comments</comments>
		<pubDate>Wed, 03 Jun 2009 20:28:22 +0000</pubDate>
		<dc:creator>Randy Melder</dc:creator>
				<category><![CDATA[Apache / PHP / MySQL]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[expires]]></category>
		<category><![CDATA[header]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[tuning]]></category>

		<guid isPermaLink="false">http://www.randymelder.com/?p=31</guid>
		<description><![CDATA[With the advent of YSlow, we should all now be aware of adding expires headers to our web servers. For my purposes, I wanted to enable it globally, then fine-tune per Virtual Host. In my Apache httpd.conf, I added the following directives: &#60;ifmodule mod_expires.c&#62; &#60;filesmatch \&#34;.(jpg&#124;gif&#124;png&#124;css&#124;js&#124;swf&#124;ico)$\&#34;&#62; ExpiresActive on ExpiresDefault \&#34;access plus 1 year\&#34; &#60;/filesmatch&#62; &#60;/ifmodule&#62; [...]]]></description>
		<wfw:commentRss>http://randymelder.com/2009/06/03/apache-performance-tuning-expires-headers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
