<?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>Web Surf Shack &#187; Uncategorized</title>
	<atom:link href="http://www.websurfshack.net/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.websurfshack.net</link>
	<description>Waxing your internet surf board</description>
	<lastBuildDate>Wed, 21 Apr 2010 07:58:19 +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 Directory Access Control</title>
		<link>http://www.websurfshack.net/2009/10/apache-directory-access-control/</link>
		<comments>http://www.websurfshack.net/2009/10/apache-directory-access-control/#comments</comments>
		<pubDate>Thu, 22 Oct 2009 16:54:34 +0000</pubDate>
		<dc:creator>jimmy</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://www.websurfshack.net/2009/10/apache-directory-access-control/</guid>
		<description><![CDATA[Apache configuration has a Directory directive. It is used like a .htaccess file to control access to said directory.
An example:

	Order deny,allow
	Deny from all
	Allow from my.domain.com

The important bit here is the Order statement. Rules will be processed from right to left (in this case all of the deny rules then all of the allow rules. The [...]]]></description>
		<wfw:commentRss>http://www.websurfshack.net/2009/10/apache-directory-access-control/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
