<?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>Chris&#039;s Blog of Gooey Goodness! &#187; apache</title>
	<atom:link href="http://chrisbjax.com/tag/apache/feed/" rel="self" type="application/rss+xml" />
	<link>http://chrisbjax.com</link>
	<description>My personal world on the web!</description>
	<lastBuildDate>Fri, 23 Jul 2010 19:28:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=378</generator>
		<item>
		<title>Enable .htaccess authentication using Apache?</title>
		<link>http://chrisbjax.com/2008/12/04/enable-htaccess-authentication-using-apache/</link>
		<comments>http://chrisbjax.com/2008/12/04/enable-htaccess-authentication-using-apache/#comments</comments>
		<pubDate>Thu, 04 Dec 2008 14:46:37 +0000</pubDate>
		<dc:creator>chris</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Web Server]]></category>
		<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[authentication]]></category>

		<guid isPermaLink="false">http://blog.chrisbjax.com/?p=32</guid>
		<description><![CDATA[Enabling password authentication on Windows using Apache (link if you wish to RTFM) isn&#8217;t too much of a chore if you have basic knowledge of some simple coding and apache configuration. A couple things to jot down: Path to your Apache server (e.g., c:\apache) Path to your CONF folder (e.g., c:\apache\conf) Path to your DOCROOT]]></description>
			<content:encoded><![CDATA[<p>Enabling password authentication on Windows using <a href="http://httpd.apache.org/" target="_blank">Apache</a> (link if you wish to <a href="http://httpd.apache.org/docs/howto/auth.html" target="_blank">RTFM</a>) isn&#8217;t too much of a chore if you have basic knowledge of some simple coding and apache configuration.</p>
<p><strong>A couple things to jot down: </strong></p>
<ol>
<li>Path to your Apache server (e.g., c:\apache)</li>
<li>Path to your CONF folder (e.g., c:\apache\conf)</li>
<li>Path to your DOCROOT folder (e.g., c:\apache\htdocs)</li>
<li>Path to the folder you wish to password-protect. In myexample, lets take a<br />
folder called “secure”, so the path to this</p>
<p>would be<br />
“c:\apache\htdocs\secure”. (It could be ABOVE the htdocs</p>
<p>folder as<br />
well, FYI).</li>
</ol>
<p><strong>Ok, what to do:</strong></p>
<ol>
<li>Open up your httpd.conf. (On my machine this is at<br />
“c:\apache\conf\httpd.conf”).</li>
<li>Look for the word AllowOverride, and change it from <strong>None </strong>to <strong>All</strong>.</li>
<p><img src="images/Image/apache/allowoverride.gif" alt="" width="574" height="218" /></p>
<li>Our httpd.conf is done. Now we need to create the password<br />
file. Open up a DOS prompt and go to the apache’s BIN directory. In<br />
my case, it is “c:\apache\bin”.</li>
<p><img src="images/Image/apache/dospw.gif" alt="" width="839" height="904" /></p>
<li>Now, we need to create the .HTACCESS file itself.</li>
<p><img src="images/Image/apache/htaccess.gif" alt="" width="429" height="232" /></p>
<li><strong>Restart Apache</strong> &#8211; This is what happens when accessing your secret area!</li>
<p><img src="images/Image/apache/secretarealogin.gif" alt="" width="326" height="282" /></ol>
<!-- PHP 5.x -->]]></content:encoded>
			<wfw:commentRss>http://chrisbjax.com/2008/12/04/enable-htaccess-authentication-using-apache/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
