<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Web proxying with Splunk in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Web-proxying-with-Splunk/m-p/81999#M16936</link>
    <description>&lt;P&gt;Enabling web proxy via apache through splunk.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;**I have configured the web.conf as such:** 
[settings] 
enableSplunkWebSSL = 0 
root_endpoint = /splunk 
[general] 
serverName = myserver 
trustedIP = 127.0.0.1

**and my apache.conf is as such:**
# proxy configuration 
ProxyRequests Off 
&amp;lt;Proxy *&amp;gt;   
Order deny,allow   
Allow from all 
&amp;lt;/Proxy&amp;gt; 
ProxyPass /splunk/ &lt;A href="http://www.myserver.com:8000/" target="test_blank"&gt;http://www.myserver.com:8000/&lt;/A&gt; 
ProxyPassReverse /splunk/ &lt;A href="http://www.myserver.com:8000/" target="test_blank"&gt;http://www.myserver.com:8000/&lt;/A&gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;And I am unable to get everything working.  Am I missing something simple?&lt;/P&gt;

&lt;P&gt;With some settings I can get the login, but the CSS's are not coming in, and in other configurations I get the login (with the CSS's), but then I get a login error during submittal.&lt;/P&gt;

&lt;P&gt;Any suggetions welcome.&lt;/P&gt;

&lt;P&gt;My goal is to use &lt;A href="https://www.myservername.com/splunk/" rel="nofollow"&gt;https://www.myservername.com/splunk/&lt;/A&gt; to replace &lt;A href="http://www.myservername.com:8000/splunk/" rel="nofollow"&gt;http://www.myservername.com:8000/splunk/&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Thanks.&lt;/P&gt;

&lt;P&gt;Paul&lt;/P&gt;</description>
    <pubDate>Tue, 02 Nov 2010 12:21:35 GMT</pubDate>
    <dc:creator>PaulEscher</dc:creator>
    <dc:date>2010-11-02T12:21:35Z</dc:date>
    <item>
      <title>Web proxying with Splunk</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Web-proxying-with-Splunk/m-p/81999#M16936</link>
      <description>&lt;P&gt;Enabling web proxy via apache through splunk.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;**I have configured the web.conf as such:** 
[settings] 
enableSplunkWebSSL = 0 
root_endpoint = /splunk 
[general] 
serverName = myserver 
trustedIP = 127.0.0.1

**and my apache.conf is as such:**
# proxy configuration 
ProxyRequests Off 
&amp;lt;Proxy *&amp;gt;   
Order deny,allow   
Allow from all 
&amp;lt;/Proxy&amp;gt; 
ProxyPass /splunk/ &lt;A href="http://www.myserver.com:8000/" target="test_blank"&gt;http://www.myserver.com:8000/&lt;/A&gt; 
ProxyPassReverse /splunk/ &lt;A href="http://www.myserver.com:8000/" target="test_blank"&gt;http://www.myserver.com:8000/&lt;/A&gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;And I am unable to get everything working.  Am I missing something simple?&lt;/P&gt;

&lt;P&gt;With some settings I can get the login, but the CSS's are not coming in, and in other configurations I get the login (with the CSS's), but then I get a login error during submittal.&lt;/P&gt;

&lt;P&gt;Any suggetions welcome.&lt;/P&gt;

&lt;P&gt;My goal is to use &lt;A href="https://www.myservername.com/splunk/" rel="nofollow"&gt;https://www.myservername.com/splunk/&lt;/A&gt; to replace &lt;A href="http://www.myservername.com:8000/splunk/" rel="nofollow"&gt;http://www.myservername.com:8000/splunk/&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Thanks.&lt;/P&gt;

&lt;P&gt;Paul&lt;/P&gt;</description>
      <pubDate>Tue, 02 Nov 2010 12:21:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Web-proxying-with-Splunk/m-p/81999#M16936</guid>
      <dc:creator>PaulEscher</dc:creator>
      <dc:date>2010-11-02T12:21:35Z</dc:date>
    </item>
    <item>
      <title>Re: Web proxying with Splunk</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Web-proxying-with-Splunk/m-p/82000#M16937</link>
      <description>&lt;P&gt;The proxy-pass should look like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;ProxyPass /splunk &lt;A href="http://www.myserver.com:8000/splunk" target="test_blank"&gt;http://www.myserver.com:8000/splunk&lt;/A&gt;
ProxyPassReverse /splunk &lt;A href="http://www.myserver.com:8000/splunk" target="test_blank"&gt;http://www.myserver.com:8000/splunk&lt;/A&gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 02 Nov 2010 14:28:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Web-proxying-with-Splunk/m-p/82000#M16937</guid>
      <dc:creator>ziegfried</dc:creator>
      <dc:date>2010-11-02T14:28:00Z</dc:date>
    </item>
  </channel>
</rss>

