<?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>DeckerD: Drew&#039;s Personal Corner of the Web &#187; Apache</title>
	<atom:link href="http://www.deckerd.com/tag/apache/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.deckerd.com</link>
	<description></description>
	<lastBuildDate>Fri, 01 Jan 2010 20:22:16 +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>Splunk Free: .htaccess Protection using Apache</title>
		<link>http://www.deckerd.com/core/splunk-free-htaccess-protection-using-apache/</link>
		<comments>http://www.deckerd.com/core/splunk-free-htaccess-protection-using-apache/#comments</comments>
		<pubDate>Wed, 12 Dec 2007 01:29:06 +0000</pubDate>
		<dc:creator>Drew</dc:creator>
				<category><![CDATA[Core]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[htaccess]]></category>
		<category><![CDATA[Sys Admin]]></category>
		<category><![CDATA[The Notebook]]></category>
		<category><![CDATA[UNIX/Linux]]></category>
		<category><![CDATA[Workaround]]></category>

		<guid isPermaLink="false">http://www.deckerd.com/splunk-free-htaccess-protection-using-apache/</guid>
		<description><![CDATA[<p class="prepend-1 append-1 featuredTitle">You ever hear of Splunk? Splunk enables you to search and navigate all your logs and IT data in real time; logs, configurations, messages, traps and alerts, scripts and metrics. It's an awesome tool to make it easier to monitor and watch your log files. Unfortunately, Splunk is expensive. How expensive? Try $5000 a year, for the cheapest license. Here's the main problem; the free version of Splunk does not come with any user authentication, not even Admin authentication. This means that <a href="http://www.deckerd.com/core/splunk-free-htaccess-protection-using-apache/">Read More &#187;</a></p>]]></description>
		<wfw:commentRss>http://www.deckerd.com/core/splunk-free-htaccess-protection-using-apache/feed/</wfw:commentRss>
		<slash:comments>32</slash:comments>
		</item>
		<item>
		<title>Curing &#8216;Symbolic link not allowed&#8217; (Apache 2.0)</title>
		<link>http://www.deckerd.com/core/curing-symbolic-link-not-allowed-apache-20/</link>
		<comments>http://www.deckerd.com/core/curing-symbolic-link-not-allowed-apache-20/#comments</comments>
		<pubDate>Thu, 14 Jun 2007 20:19:39 +0000</pubDate>
		<dc:creator>Drew</dc:creator>
				<category><![CDATA[Core]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[File Systems]]></category>
		<category><![CDATA[Red Hat]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Sys Admin]]></category>
		<category><![CDATA[The Notebook]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[UNIX/Linux]]></category>
		<category><![CDATA[Workaround]]></category>

		<guid isPermaLink="false">http://www.deckerd.com/curing-symbolic-link-not-allowed-apache-20/</guid>
		<description><![CDATA[<p class="prepend-1 append-1 featuredTitle">Awhile back when trying to add a directory to Apache on my Ubuntu 6.06 LTS server, I ran into some issues. These issues, of course were the infamous 403 "Forbidden" error that your web barfs up when you try to access a server that is not publicly viewable, because of permission issues. I'm going to give you my scenario and explain how you can fix this issue, so that you don't have to go through an hour of throwing your hands up in disgust. The Scenario In our example, out DocumentRoot <a href="http://www.deckerd.com/core/curing-symbolic-link-not-allowed-apache-20/">Read More &#187;</a></p>]]></description>
		<wfw:commentRss>http://www.deckerd.com/core/curing-symbolic-link-not-allowed-apache-20/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
		<item>
		<title>How-To: Password Protect Apache Directories with .htaccess</title>
		<link>http://www.deckerd.com/core/password-protect-using-htaccess/</link>
		<comments>http://www.deckerd.com/core/password-protect-using-htaccess/#comments</comments>
		<pubDate>Sat, 26 Aug 2006 09:17:54 +0000</pubDate>
		<dc:creator>Drew</dc:creator>
				<category><![CDATA[Core]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[Management]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Sys Admin]]></category>
		<category><![CDATA[UNIX/Linux]]></category>

		<guid isPermaLink="false">http://www.deckerd.com/password-protect-using-htaccess/</guid>
		<description><![CDATA[<p class="prepend-1 append-1 featuredTitle">Have you ever wanted to let someone download a file or image from your website, but didn't want to have the whole world know about, such as Google's great search engine spiders? The robot.txt file only goes so far, personally I'd rather password protect my directories if I don't want them crawled. It's a great way to set up realms that only the privileged few know about. I'll walk you through the very simple steps of doing so, and showing you what gets added on the server side. Grab Your <a href="http://www.deckerd.com/core/password-protect-using-htaccess/">Read More &#187;</a></p>]]></description>
		<wfw:commentRss>http://www.deckerd.com/core/password-protect-using-htaccess/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>
