<?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>teh fear &#187; apache</title>
	<atom:link href="http://www.tehfear.com/category/apache/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tehfear.com</link>
	<description>one sysadmin's crib notes</description>
	<lastBuildDate>Tue, 07 Apr 2009 11:11:35 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Apache misconception with AddType and AddHandler</title>
		<link>http://www.tehfear.com/2009/04/07/apache-addtype-and-addhandler/</link>
		<comments>http://www.tehfear.com/2009/04/07/apache-addtype-and-addhandler/#comments</comments>
		<pubDate>Tue, 07 Apr 2009 11:10:58 +0000</pubDate>
		<dc:creator>meh</dc:creator>
				<category><![CDATA[apache]]></category>

		<guid isPermaLink="false">http://www.tehfear.com/?p=38</guid>
		<description><![CDATA[Having seen an interesting post over at the ISC about apache&#8217;s interpretation of file extensions, I thought I&#8217;d have a quick look into what is happening.

I have found that by using:
AddHandler php5-script .php
any file containing .php (this.php that.php.gif) will be parsed by php.
using:
AddType application/x-httpd-php .php
any file that doesn&#8217;t have a further extension as a registered [...]]]></description>
		<wfw:commentRss>http://www.tehfear.com/2009/04/07/apache-addtype-and-addhandler/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>apache ssl certificates</title>
		<link>http://www.tehfear.com/2007/10/09/apache-ssl-certificates/</link>
		<comments>http://www.tehfear.com/2007/10/09/apache-ssl-certificates/#comments</comments>
		<pubDate>Tue, 09 Oct 2007 14:12:17 +0000</pubDate>
		<dc:creator>meh</dc:creator>
				<category><![CDATA[apache]]></category>

		<guid isPermaLink="false">http://www.tehfear.com/2007/10/09/apache-ssl-certificates/</guid>
		<description><![CDATA[Creating SSL certificates fo use in https with apache is a two stage process
First one makes a private key
openssl genrsa -des3 -out &#60;name of your certificate&#62;.key 1024
You will be asked for a passphrase (password) for this key
NOTE: Make sure you keep this key safe, and don&#8217;t forget the password

Next, use that key to sign a [...]]]></description>
		<wfw:commentRss>http://www.tehfear.com/2007/10/09/apache-ssl-certificates/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>apache virtual host</title>
		<link>http://www.tehfear.com/2007/10/08/apache-virtual-host/</link>
		<comments>http://www.tehfear.com/2007/10/08/apache-virtual-host/#comments</comments>
		<pubDate>Mon, 08 Oct 2007 11:31:09 +0000</pubDate>
		<dc:creator>meh</dc:creator>
				<category><![CDATA[apache]]></category>

		<guid isPermaLink="false">http://www.tehfear.com/2007/10/08/apache-virtual-host/</guid>
		<description><![CDATA[People often get confused as to how Virtual hosts in apache work, here&#8217;s an explanation from my understanding&#8230;
Firstly each &#60;VirtualHost XXX&#62; entry requires (unless there is only one virtual host) a corresponding NameVirtualHost XXX entry.
The XXX is effectively what IP address and port apache should be listening on for this set of virtual hosts.
For a [...]]]></description>
		<wfw:commentRss>http://www.tehfear.com/2007/10/08/apache-virtual-host/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
