<?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>Fri, 02 Sep 2011 08:00:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
		<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 [...]]]></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 [...]]]></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 [...]]]></description>
		<wfw:commentRss>http://www.tehfear.com/2007/10/08/apache-virtual-host/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

