<?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: Splunk Free: .htaccess Protection using Apache</title>
	<atom:link href="http://www.deckerd.com/core/splunk-free-htaccess-protection-using-apache/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.deckerd.com/core/splunk-free-htaccess-protection-using-apache/</link>
	<description></description>
	<lastBuildDate>Fri, 19 Feb 2010 13:50:12 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: andrew</title>
		<link>http://www.deckerd.com/core/splunk-free-htaccess-protection-using-apache/comment-page-1/#comment-1119</link>
		<dc:creator>andrew</dc:creator>
		<pubDate>Fri, 02 Oct 2009 11:40:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.deckerd.com/splunk-free-htaccess-protection-using-apache/#comment-1119</guid>
		<description>@Josh: SPLUNK_BINDIP will affect splunkd (the splunk daemon) and not splunkweb (the python web interface, what you really want to proxy).
which is a good thing and what you probably want to do anyway, but not quite the same thing.
to make splunkweb bind to localhost only, you have to edit etc/system/local/web.conf

# Host values may be any IPv4 or IPv6 address, or any valid hostname.
# The string &#039;localhost&#039; is a synonym for &#039;127.0.0.1&#039; (or &#039;::1&#039;, if
# your hosts file prefers IPv6). The string &#039;0.0.0.0&#039; is a special
# IPv4 entry meaning &quot;any active interface&quot; (INADDR_ANY), and &#039;::&#039;
# is the similar IN6ADDR_ANY for IPv6. The empty string or None are
# not allowed.
#server.socket_host = 0.0.0.0
server.socket_host = 127.0.0.1

as a side note, you can also define SPLUNK_BINDIP in etc/splunk-launch.conf.

@Luke, @Drew:

you cannot reverse-proxy splunk to something different than root (as in &quot;/something/&quot;), because the HTML code makes lots of reference to &quot;/&quot; (e.g. /script.js&quot;).
You can put all your Proxy directives inside a (Name)VirtualHost block, though. Works like a charm.

Hope that helps,

-a</description>
		<content:encoded><![CDATA[<p>@Josh: SPLUNK_BINDIP will affect splunkd (the splunk daemon) and not splunkweb (the python web interface, what you really want to proxy).<br />
which is a good thing and what you probably want to do anyway, but not quite the same thing.<br />
to make splunkweb bind to localhost only, you have to edit etc/system/local/web.conf</p>
<p># Host values may be any IPv4 or IPv6 address, or any valid hostname.<br />
# The string &#8216;localhost&#8217; is a synonym for &#8216;127.0.0.1&#8242; (or &#8216;::1&#8242;, if<br />
# your hosts file prefers IPv6). The string &#8216;0.0.0.0&#8242; is a special<br />
# IPv4 entry meaning &#8220;any active interface&#8221; (INADDR_ANY), and &#8216;::&#8217;<br />
# is the similar IN6ADDR_ANY for IPv6. The empty string or None are<br />
# not allowed.<br />
#server.socket_host = 0.0.0.0<br />
server.socket_host = 127.0.0.1</p>
<p>as a side note, you can also define SPLUNK_BINDIP in etc/splunk-launch.conf.</p>
<p>@Luke, @Drew:</p>
<p>you cannot reverse-proxy splunk to something different than root (as in &#8220;/something/&#8221;), because the HTML code makes lots of reference to &#8220;/&#8221; (e.g. /script.js&#8221;).<br />
You can put all your Proxy directives inside a (Name)VirtualHost block, though. Works like a charm.</p>
<p>Hope that helps,</p>
<p>-a</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: laneolson.ca &#124; Splunk with SSL and Password Protection Using Apache</title>
		<link>http://www.deckerd.com/core/splunk-free-htaccess-protection-using-apache/comment-page-1/#comment-1055</link>
		<dc:creator>laneolson.ca &#124; Splunk with SSL and Password Protection Using Apache</dc:creator>
		<pubDate>Wed, 08 Jul 2009 19:31:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.deckerd.com/splunk-free-htaccess-protection-using-apache/#comment-1055</guid>
		<description>[...] htaccess Authentication [...]</description>
		<content:encoded><![CDATA[<p>[...] htaccess Authentication [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Drew</title>
		<link>http://www.deckerd.com/core/splunk-free-htaccess-protection-using-apache/comment-page-1/#comment-1048</link>
		<dc:creator>Drew</dc:creator>
		<pubDate>Sat, 09 May 2009 22:42:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.deckerd.com/splunk-free-htaccess-protection-using-apache/#comment-1048</guid>
		<description>[quote comment=&quot;1047&quot;]Smashing!  Thank you for this solution ... clearly written and understandable.
...
So finding your solution was ideal.  Worked &quot;out of the box&quot; first time.[/quote]
Dean,

Thanks!  Glad it helped you out.  It&#039;s always nice hearing awesome results from my experiences.  Makes me feel like I actually did something productive!

Have a great day.
Drew</description>
		<content:encoded><![CDATA[<blockquote cite="http://www.deckerd.com/core/splunk-free-htaccess-protection-using-apache/#comment-1047"><p>
Smashing!  Thank you for this solution &#8230; clearly written and understandable.<br />
&#8230;<br />
So finding your solution was ideal.  Worked &#8220;out of the box&#8221; first time.</p>
</blockquote>
<p>Dean,</p>
<p>Thanks!  Glad it helped you out.  It&#8217;s always nice hearing awesome results from my experiences.  Makes me feel like I actually did something productive!</p>
<p>Have a great day.<br />
Drew</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dean</title>
		<link>http://www.deckerd.com/core/splunk-free-htaccess-protection-using-apache/comment-page-1/#comment-1047</link>
		<dc:creator>Dean</dc:creator>
		<pubDate>Mon, 27 Apr 2009 08:26:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.deckerd.com/splunk-free-htaccess-protection-using-apache/#comment-1047</guid>
		<description>Smashing!  Thank you for this solution ... clearly written and understandable.

I just installed Splunk today - the first thing I did was try to find a password or authentication option.  Eeek - none!  

So finding your solution was ideal.  Worked &quot;out of the box&quot; first time.

Thanks!</description>
		<content:encoded><![CDATA[<p>Smashing!  Thank you for this solution &#8230; clearly written and understandable.</p>
<p>I just installed Splunk today &#8211; the first thing I did was try to find a password or authentication option.  Eeek &#8211; none!  </p>
<p>So finding your solution was ideal.  Worked &#8220;out of the box&#8221; first time.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Drew</title>
		<link>http://www.deckerd.com/core/splunk-free-htaccess-protection-using-apache/comment-page-1/#comment-1044</link>
		<dc:creator>Drew</dc:creator>
		<pubDate>Sat, 21 Mar 2009 17:35:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.deckerd.com/splunk-free-htaccess-protection-using-apache/#comment-1044</guid>
		<description>Richard,

Thanks for the kind words!  Anytime I get great comments, it makes me feel that my time here writing from my experiences are well worth the effort.

Regards,
Drew</description>
		<content:encoded><![CDATA[<p>Richard,</p>
<p>Thanks for the kind words!  Anytime I get great comments, it makes me feel that my time here writing from my experiences are well worth the effort.</p>
<p>Regards,<br />
Drew</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard</title>
		<link>http://www.deckerd.com/core/splunk-free-htaccess-protection-using-apache/comment-page-1/#comment-1042</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Tue, 17 Mar 2009 13:39:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.deckerd.com/splunk-free-htaccess-protection-using-apache/#comment-1042</guid>
		<description>Fantastic. Adding BIND before starting up, then adding the info as described to httpd.conf made it all work first time.</description>
		<content:encoded><![CDATA[<p>Fantastic. Adding BIND before starting up, then adding the info as described to httpd.conf made it all work first time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh</title>
		<link>http://www.deckerd.com/core/splunk-free-htaccess-protection-using-apache/comment-page-1/#comment-1030</link>
		<dc:creator>Josh</dc:creator>
		<pubDate>Tue, 06 Jan 2009 23:57:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.deckerd.com/splunk-free-htaccess-protection-using-apache/#comment-1030</guid>
		<description>You can tell splunk to bind only to localhost by setting SPLUNK_BINDIP=127.0.0.1 before starting it.</description>
		<content:encoded><![CDATA[<p>You can tell splunk to bind only to localhost by setting SPLUNK_BINDIP=127.0.0.1 before starting it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Drew</title>
		<link>http://www.deckerd.com/core/splunk-free-htaccess-protection-using-apache/comment-page-1/#comment-1014</link>
		<dc:creator>Drew</dc:creator>
		<pubDate>Wed, 03 Dec 2008 04:25:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.deckerd.com/splunk-free-htaccess-protection-using-apache/#comment-1014</guid>
		<description>[quote comment=&quot;1007&quot;]I got it running.  I made Splunk to listen locally on 127.0.0.1. Now, nobody can go directly to port 8000 using the hostname. They will get a failed to connect.[/quote]
RAM,

Great to hear.  I apologize for not getting back to you fast enough.  Things have been quite crazy, so I am glad you figured out the issue.  Hope my article was easy enough to understand.

Regards,
Drew D.</description>
		<content:encoded><![CDATA[<blockquote cite="http://www.deckerd.com/core/splunk-free-htaccess-protection-using-apache/#comment-1007"><p>
I got it running.  I made Splunk to listen locally on 127.0.0.1. Now, nobody can go directly to port 8000 using the hostname. They will get a failed to connect.</p>
</blockquote>
<p>RAM,</p>
<p>Great to hear.  I apologize for not getting back to you fast enough.  Things have been quite crazy, so I am glad you figured out the issue.  Hope my article was easy enough to understand.</p>
<p>Regards,<br />
Drew D.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RAM</title>
		<link>http://www.deckerd.com/core/splunk-free-htaccess-protection-using-apache/comment-page-1/#comment-1007</link>
		<dc:creator>RAM</dc:creator>
		<pubDate>Fri, 21 Nov 2008 00:32:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.deckerd.com/splunk-free-htaccess-protection-using-apache/#comment-1007</guid>
		<description>Drew, 

I got it running.  I made Splunk to listen locally on 127.0.0.1. Now, nobody can go directly to port 8000 using the hostname. They will get a failed to connect.

Thanks! =)</description>
		<content:encoded><![CDATA[<p>Drew, </p>
<p>I got it running.  I made Splunk to listen locally on 127.0.0.1. Now, nobody can go directly to port 8000 using the hostname. They will get a failed to connect.</p>
<p>Thanks! =)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RAM</title>
		<link>http://www.deckerd.com/core/splunk-free-htaccess-protection-using-apache/comment-page-1/#comment-1006</link>
		<dc:creator>RAM</dc:creator>
		<pubDate>Thu, 20 Nov 2008 16:52:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.deckerd.com/splunk-free-htaccess-protection-using-apache/#comment-1006</guid>
		<description>Drew,

Thanks for the step-by-step instruction! Worked out really good for me.

Quick question. How come when i go directly to the url (http://:8000) it doees not prompt for a login?

Thanks!!</description>
		<content:encoded><![CDATA[<p>Drew,</p>
<p>Thanks for the step-by-step instruction! Worked out really good for me.</p>
<p>Quick question. How come when i go directly to the url (<a href="http://:8000" rel="nofollow">http://:8000</a>) it doees not prompt for a login?</p>
<p>Thanks!!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
