<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: How-To: Password Protect Apache Directories with .htaccess</title>
	<atom:link href="http://www.deckerd.com/core/password-protect-using-htaccess/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.deckerd.com/core/password-protect-using-htaccess/</link>
	<description></description>
	<lastBuildDate>Wed, 02 Feb 2011 18:50:02 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
	<item>
		<title>By: Drew</title>
		<link>http://www.deckerd.com/core/password-protect-using-htaccess/comment-page-1/#comment-1435</link>
		<dc:creator>Drew</dc:creator>
		<pubDate>Tue, 28 Sep 2010 20:39:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.deckerd.com/password-protect-using-htaccess/#comment-1435</guid>
		<description>[quote comment=&quot;1434&quot;]
On thing you might want to add is blocking direct access to the Splunk webserver on port 8000. Otherwise there is no point in setting up a proxy.[/quote]
Ya, this is what I did too, just never placed it into this article.  I just proxied it and disabled port 8000 from the outside.</description>
		<content:encoded><![CDATA[<blockquote cite="http://www.deckerd.com/core/password-protect-using-htaccess/#comment-1434">
<p>On thing you might want to add is blocking direct access to the Splunk webserver on port 8000. Otherwise there is no point in setting up a proxy.</p>
</blockquote>
<p>Ya, this is what I did too, just never placed it into this article.  I just proxied it and disabled port 8000 from the outside.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Darren</title>
		<link>http://www.deckerd.com/core/password-protect-using-htaccess/comment-page-1/#comment-1434</link>
		<dc:creator>Darren</dc:creator>
		<pubDate>Wed, 18 Aug 2010 16:12:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.deckerd.com/password-protect-using-htaccess/#comment-1434</guid>
		<description>Great article. I had the general idea to do this but your article saved me ages messing about with various proxy directives.

On thing you might want to add is blocking direct access to the Splunk webserver on port 8000. Otherwise there is no point in setting up a proxy.

I used iptables rules as follows:

# Block all requests to port 8000
iptables -I INPUT -p tcp --dport 8000 -j REJECT 

# Allow requests to port 8000 from localhost
iptables -I INPUT -s 127.0.0.1/32 -p tcp --dport 8000 -j ACCEPT</description>
		<content:encoded><![CDATA[<p>Great article. I had the general idea to do this but your article saved me ages messing about with various proxy directives.</p>
<p>On thing you might want to add is blocking direct access to the Splunk webserver on port 8000. Otherwise there is no point in setting up a proxy.</p>
<p>I used iptables rules as follows:</p>
<p># Block all requests to port 8000<br />
iptables -I INPUT -p tcp &#8211;dport 8000 -j REJECT </p>
<p># Allow requests to port 8000 from localhost<br />
iptables -I INPUT -s 127.0.0.1/32 -p tcp &#8211;dport 8000 -j ACCEPT</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DeckerD: Drew&#8217;s Personal Corner of the Web &#187; Splunk Free: .htaccess Protection using Apache</title>
		<link>http://www.deckerd.com/core/password-protect-using-htaccess/comment-page-1/#comment-332</link>
		<dc:creator>DeckerD: Drew&#8217;s Personal Corner of the Web &#187; Splunk Free: .htaccess Protection using Apache</dc:creator>
		<pubDate>Wed, 12 Dec 2007 01:29:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.deckerd.com/password-protect-using-htaccess/#comment-332</guid>
		<description>[...] configuration, you told Apache to use the .htpasswd.users file in the /var/www directory. You can follow my other article on how to configure .htaccess. If you plan on storing your .htaccess/.htpasswd files somewhere else, [...]</description>
		<content:encoded><![CDATA[<p>[...] configuration, you told Apache to use the .htpasswd.users file in the /var/www directory. You can follow my other article on how to configure .htaccess. If you plan on storing your .htaccess/.htpasswd files somewhere else, [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Me</title>
		<link>http://www.deckerd.com/core/password-protect-using-htaccess/comment-page-1/#comment-314</link>
		<dc:creator>Me</dc:creator>
		<pubDate>Wed, 07 Nov 2007 10:10:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.deckerd.com/password-protect-using-htaccess/#comment-314</guid>
		<description>Finally, a useful article. I always edited httpd.conf, but not sites-enabled. Thanks a lot!</description>
		<content:encoded><![CDATA[<p>Finally, a useful article. I always edited httpd.conf, but not sites-enabled. Thanks a lot!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Drew</title>
		<link>http://www.deckerd.com/core/password-protect-using-htaccess/comment-page-1/#comment-292</link>
		<dc:creator>Drew</dc:creator>
		<pubDate>Wed, 05 Sep 2007 22:44:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.deckerd.com/password-protect-using-htaccess/#comment-292</guid>
		<description>[quote comment=&quot;282&quot;]Nice read.  Thnx for the detailed write-up.[/quote]

Thanks for the kinda words.  Feel free to send me other ideas. I have plenty more to come, actually, but I&#039;ve been rather busy.  I&#039;ll see if I can get some of my ideas off the paper and onto the site.

Thanks,
Drew</description>
		<content:encoded><![CDATA[<blockquote cite="http://www.deckerd.com/core/password-protect-using-htaccess/#comment-282"><p>
Nice read.  Thnx for the detailed write-up.</p>
</blockquote>
<p>Thanks for the kinda words.  Feel free to send me other ideas. I have plenty more to come, actually, but I&#8217;ve been rather busy.  I&#8217;ll see if I can get some of my ideas off the paper and onto the site.</p>
<p>Thanks,<br />
Drew</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MrGroove</title>
		<link>http://www.deckerd.com/core/password-protect-using-htaccess/comment-page-1/#comment-282</link>
		<dc:creator>MrGroove</dc:creator>
		<pubDate>Tue, 28 Aug 2007 04:22:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.deckerd.com/password-protect-using-htaccess/#comment-282</guid>
		<description>Nice read.  Thnx for the detailed write-up.</description>
		<content:encoded><![CDATA[<p>Nice read.  Thnx for the detailed write-up.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Drew</title>
		<link>http://www.deckerd.com/core/password-protect-using-htaccess/comment-page-1/#comment-265</link>
		<dc:creator>Drew</dc:creator>
		<pubDate>Sat, 28 Jul 2007 20:31:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.deckerd.com/password-protect-using-htaccess/#comment-265</guid>
		<description>Hello Jeremy,

This can easily be due to Apache configuration, that is probably not due to my little tutorial here.  I make sure all of my articles are pretty straight forward and very wordy to insure that I get all the detail out. 

What OS are you running, and what version of Apache?  If you could contact me via the Contact Me page with your Apache configuration, I might be able to help you.  Internal Server Errors (500) are usually due to a configuration on the actual web server, and might not be due to my article, especially since you stated that you get the password prompt, and once it lets you in, it gives you internal server errors.  This statement actually indicates that my article deemed a success and it did work.  

Please let me know how I can further help you out with these errors.  Drop me a line or something; I&#039;d love to help.

Regards,
Drew</description>
		<content:encoded><![CDATA[<p>Hello Jeremy,</p>
<p>This can easily be due to Apache configuration, that is probably not due to my little tutorial here.  I make sure all of my articles are pretty straight forward and very wordy to insure that I get all the detail out. </p>
<p>What OS are you running, and what version of Apache?  If you could contact me via the Contact Me page with your Apache configuration, I might be able to help you.  Internal Server Errors (500) are usually due to a configuration on the actual web server, and might not be due to my article, especially since you stated that you get the password prompt, and once it lets you in, it gives you internal server errors.  This statement actually indicates that my article deemed a success and it did work.  </p>
<p>Please let me know how I can further help you out with these errors.  Drop me a line or something; I&#8217;d love to help.</p>
<p>Regards,<br />
Drew</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jeremy</title>
		<link>http://www.deckerd.com/core/password-protect-using-htaccess/comment-page-1/#comment-264</link>
		<dc:creator>jeremy</dc:creator>
		<pubDate>Fri, 27 Jul 2007 05:36:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.deckerd.com/password-protect-using-htaccess/#comment-264</guid>
		<description>this one didnt work for me. i got a password prompt but when trying to login i got internal server errors.</description>
		<content:encoded><![CDATA[<p>this one didnt work for me. i got a password prompt but when trying to login i got internal server errors.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: keith</title>
		<link>http://www.deckerd.com/core/password-protect-using-htaccess/comment-page-1/#comment-244</link>
		<dc:creator>keith</dc:creator>
		<pubDate>Tue, 19 Jun 2007 13:35:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.deckerd.com/password-protect-using-htaccess/#comment-244</guid>
		<description>Nice how-to. I have a question... what if I want to let some users get into a directory but just one of them into another directory inside?

Thanks for the how-to, anyway ;)</description>
		<content:encoded><![CDATA[<p>Nice how-to. I have a question&#8230; what if I want to let some users get into a directory but just one of them into another directory inside?</p>
<p>Thanks for the how-to, anyway ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Drew</title>
		<link>http://www.deckerd.com/core/password-protect-using-htaccess/comment-page-1/#comment-67</link>
		<dc:creator>Drew</dc:creator>
		<pubDate>Tue, 26 Dec 2006 23:41:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.deckerd.com/password-protect-using-htaccess/#comment-67</guid>
		<description>Great! Glad I could help.  It&#039;s not the most &quot;secure&quot; soution, but sure does work for a temporary solution.  

Either way, its a great way of password protecting directories, without having root access to the server.

Again, thanks!</description>
		<content:encoded><![CDATA[<p>Great! Glad I could help.  It&#8217;s not the most &#8220;secure&#8221; soution, but sure does work for a temporary solution.  </p>
<p>Either way, its a great way of password protecting directories, without having root access to the server.</p>
<p>Again, thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

