<?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>bobpeers -&#62; blog &#187; Apache</title>
	<atom:link href="http://blog.bobpeers.com/tag/apache/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.bobpeers.com</link>
	<description>Better late than never</description>
	<lastBuildDate>Mon, 14 Jun 2010 12:19:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Custom Filenames Using Apache</title>
		<link>http://blog.bobpeers.com/2009/06/23/custom-filenames-using-apache/</link>
		<comments>http://blog.bobpeers.com/2009/06/23/custom-filenames-using-apache/#comments</comments>
		<pubDate>Tue, 23 Jun 2009 09:43:39 +0000</pubDate>
		<dc:creator>Bob Peers</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[AddType]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[DirectoryIndex]]></category>

		<guid isPermaLink="false">http://blog.bobpeers.com/2009/06/23/custom-filenames-using-apache/</guid>
		<description><![CDATA[If you look at any page on Ars Technica (like this one for example) you will see that they use an extention of &#8216;.ars&#8217;. It&#8217;s very easy to set up Apache to do the same so you can use any extension you want. Even if your site is hosted elsewhere and you do not have [...]]]></description>
			<content:encoded><![CDATA[<p>If you look at any page on Ars Technica (<a href="http://arstechnica.com/open-source/reviews/2009/06/hands-on-new-fedora-release-goes-up-to-11-but-doesnt-rock.ars">like this one for example</a>) you will see that they use an extention of &#8216;.ars&#8217;.</p>
<p>It&#8217;s very easy to set up Apache to do the same so you can use any extension you want. Even if your site is hosted elsewhere and you do not have access to the httpd.conf file you can still make the change by using the .htaccess file.</p>
<p>For example let&#8217;s say you want to use the extension &#8216;.data&#8217; for you files, simply add this line to your .htaccess file.</p>
<pre>AddType application/x-httpd-php .data</pre>
<p>Now all pages called &#8216;.data&#8217; will be processed by PHP. If you also use content negotiation then you will need to add &#8216;.data&#8217; files you your DirectoryIndex so Apache looks for &#8216;.data&#8217; files first.</p>
<p>It should look something like this.</p>
<pre>DirectoryIndex index.data  index.php index.html</pre>
]]></content:encoded>
			<wfw:commentRss>http://blog.bobpeers.com/2009/06/23/custom-filenames-using-apache/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enable gzip Compression in WordPress 2.5</title>
		<link>http://blog.bobpeers.com/2008/04/04/enable-gzip-compression-in-wordpress-2-5/</link>
		<comments>http://blog.bobpeers.com/2008/04/04/enable-gzip-compression-in-wordpress-2-5/#comments</comments>
		<pubDate>Fri, 04 Apr 2008 19:57:26 +0000</pubDate>
		<dc:creator>Bob Peers</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[gzip]]></category>
		<category><![CDATA[mod_deflate]]></category>

		<guid isPermaLink="false">http://blog.bobpeers.com/2008/04/04/enable-gzip-compression-in-wordpress-2-5/</guid>
		<description><![CDATA[I only noticed today that the gzip compression option was removed from WordPress 2.5. Apparently this was done as it&#8217;s easy to acheive the same thing using mod_deflate on Apache. The problem is that my host uses Apache 1.3 and also doesn&#8217;t have mod_gzip installed so I had no choice but to do this in [...]]]></description>
			<content:encoded><![CDATA[<p>I only noticed today that the <a href="http://trac.wordpress.org/changeset/6775" title="Wordpress Trac site">gzip compression option was removed from WordPress 2.5</a>. Apparently this was done as it&#8217;s <a href="http://www.askapache.com/htaccess/apache-speed-compression.html" title="askApache guide">easy to acheive</a> the same thing using <a href="http://httpd.apache.org/docs/2.0/mod/mod_deflate.html" title="Apache Module mod_deflate">mod_deflate on Apache</a>.</p>
<p>The problem is that my host uses Apache 1.3 and also doesn&#8217;t have <a href="http://www.webcompression.org/compression/gzip-compress.html">mod_gzip</a> installed so I had no choice but to do this in PHP.</p>
<p>Fortunately I came across <a href="http://www.ilfilosofo.com/blog/2008/02/22/wordpress-gzip-plugin/" title="Wordpress gzip plugin">this plugin</a> that re-enables gzipping of pages saving me bandwidth and my visitors downloading time.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.bobpeers.com/2008/04/04/enable-gzip-compression-in-wordpress-2-5/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Useful guide to using htaccess files</title>
		<link>http://blog.bobpeers.com/2008/01/24/useful-guide-to-using-htaccess-files/</link>
		<comments>http://blog.bobpeers.com/2008/01/24/useful-guide-to-using-htaccess-files/#comments</comments>
		<pubDate>Thu, 24 Jan 2008 21:55:06 +0000</pubDate>
		<dc:creator>Bob Peers</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[Apache]]></category>

		<guid isPermaLink="false">http://blog.bobpeers.com/2008/01/24/useful-guide-to-using-htaccess-files/</guid>
		<description><![CDATA[Here&#8217;s a really helpfull guide to using .htaccess files with Apache, great for cut and paste examples for when mod_rewrite is giving you a headache. http://www.askapache.com/htaccess/apache-htaccess.html]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a really helpfull guide to using .htaccess files with <a href="http://www.apache.org/" title="The Apache Software Foundation">Apache</a>, great for cut and paste examples for when mod_rewrite is giving you a headache.</p>
<p><a href="http://www.askapache.com/htaccess/apache-htaccess.html" title="askapache.com">http://www.askapache.com/htaccess/apache-htaccess.html </a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.bobpeers.com/2008/01/24/useful-guide-to-using-htaccess-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
