<?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 Re: Qlik Sense - (Apache 2.4 + mod_proxy) Reverse proxy setup....Anyone have any success in Management &amp; Governance</title>
    <link>https://community.qlik.com/t5/Management-Governance/Qlik-Sense-Apache-2-4-mod-proxy-Reverse-proxy-setup-Anyone-have/m-p/1277924#M8931</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually I did tried white listed the domain thinking it might be doing something to header but no specific effect.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 21 Nov 2016 19:41:41 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-11-21T19:41:41Z</dc:date>
    <item>
      <title>Qlik Sense - (Apache 2.4 + mod_proxy) Reverse proxy setup....Anyone have any success</title>
      <link>https://community.qlik.com/t5/Management-Governance/Qlik-Sense-Apache-2-4-mod-proxy-Reverse-proxy-setup-Anyone-have/m-p/1277920#M8927</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have been searching on forums but have not been able to find a working reverse proxy setup.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have to deploy a reverse proxy in our DMZ to Front Qlik proxy. Setup that I have in place is as follows however even after looking the initial desktop QlikSense gives out an error that something went wrong and bring a box to refresh. This goes in cycle.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In chrome dev tool it seem that there is something wrong with websocket connection but error code is 200 which is quite weird.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help from the community would be appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;VirtualHost *:80&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; ServerName proxy.server.local&lt;/P&gt;&lt;P&gt;&amp;nbsp; ErrorDocument 404 "Error 404 Page Not Found"&lt;/P&gt;&lt;P&gt;&amp;nbsp; RewriteEngine On&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; RewriteCond %{REQUEST_URI} ^/(.*) [NC]&lt;/P&gt;&lt;P&gt;&amp;nbsp; RewriteCond %{HTTP:Upgrade} websocket [NC]&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; RewriteCond %{QUERY_STRING} ^(.*)&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://backend.server.local/(.*)$" rel="nofollow" target="_blank"&gt;http://backend.server.local/(.*)$&lt;/A&gt;&lt;SPAN&gt; [NC]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; RewriteRule ^/(.*) ws://backend.server.local/$1?%1&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.qlik.com/" rel="nofollow" target="_blank"&gt;http://backend.server.local/%2&lt;/A&gt;&lt;SPAN&gt; [P,L]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; RewriteCond %{REQUEST_URI} ^/dataprepservice/app/(.*) [NC]&lt;/P&gt;&lt;P&gt;&amp;nbsp; RewriteCond %{HTTP:Upgrade} websocket [NC]&lt;/P&gt;&lt;P&gt;&amp;nbsp; RewriteRule ^/dataprepservice/app/(.*)$ ws://backend.server.local/dataprepservice/app/$1 [P,L]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; ProxyRequests Off&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; ProxyPass&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /form &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://backend.server.local:4248/form" rel="nofollow" target="_blank"&gt;http://backend.server.local:4248/form&lt;/A&gt;&lt;SPAN&gt; retry=1 acquire=3000 timeout=600 Keepalive=On&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; ProxyPassReverse /form &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://backend.server.local:4248/form" rel="nofollow" target="_blank"&gt;http://backend.server.local:4248/form&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; ProxyPass&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /app ws://backend.server.local/app/ retry=1 acquire=3000 timeout=600 Keepalive=On&lt;/P&gt;&lt;P&gt;&amp;nbsp; ProxyPassReverse /app ws://backend.server.local/app/&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; ProxyPass&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /resources &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://backend.server.local/resources" rel="nofollow" target="_blank"&gt;http://backend.server.local/resources&lt;/A&gt;&lt;SPAN&gt; retry=1 acquire=3000 timeout=600 Keepalive=On&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; ProxyPassReverse /resources &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://backend.server.local/resources" rel="nofollow" target="_blank"&gt;http://backend.server.local/resources&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; ProxyPass&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /hub/ ws://backend.server.local/hub/qrsData retry=1 acquire=3000 timeout=600 Keepalive=On&lt;/P&gt;&lt;P&gt;&amp;nbsp; ProxyPassReverse /hub/ ws://backend.server.local/hub/qrsData&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; ProxyPass&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /qrsData ws://backend.server.local/hub/qrsData retry=1 acquire=3000 timeout=600 Keepalive=On&lt;/P&gt;&lt;P&gt;&amp;nbsp; ProxyPassReverse /qrsData ws://backend.server.local/hub/qrsData&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; ProxyPass&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /dataprepservice/app/ ws://backend.server.local/dataprepservice/app/ retry=1 acquire=3000 timeout=600 Keepalive=On&lt;/P&gt;&lt;P&gt;&amp;nbsp; ProxyPassReverse /dataprepservice/app/ ws://backend.server.local/dataprepservice/app/&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt; ProxyPass&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /windows_authentication/ &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://backend.server.local:4248/windows_authentication/" rel="nofollow" target="_blank"&gt;http://backend.server.local:4248/windows_authentication/&lt;/A&gt;&lt;SPAN&gt; retry=1 acquire=3000 timeout=600 Keepalive=On&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; ProxyPassReverse /windows_authentication/ &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://backend.server.local:4248/windows_authentication/" rel="nofollow" target="_blank"&gt;http://backend.server.local:4248/windows_authentication/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; ProxyPass&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; / &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://backend.server.local/" rel="nofollow" target="_blank"&gt;http://backend.server.local/&lt;/A&gt;&lt;SPAN&gt; retry=1 acquire=3000 timeout=600 Keepalive=On&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; ProxyPassReverse / &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://backend.server.local/" rel="nofollow" target="_blank"&gt;http://backend.server.local/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;lt;/VirtualHost&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Nov 2016 18:50:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Qlik-Sense-Apache-2-4-mod-proxy-Reverse-proxy-setup-Anyone-have/m-p/1277920#M8927</guid>
      <dc:creator />
      <dc:date>2016-11-18T18:50:54Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense - (Apache 2.4 + mod_proxy) Reverse proxy setup....Anyone have any success</title>
      <link>https://community.qlik.com/t5/Management-Governance/Qlik-Sense-Apache-2-4-mod-proxy-Reverse-proxy-setup-Anyone-have/m-p/1277921#M8928</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Whether your default proxy is working fine with the same domain name ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Nov 2016 16:10:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Qlik-Sense-Apache-2-4-mod-proxy-Reverse-proxy-setup-Anyone-have/m-p/1277921#M8928</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-21T16:10:38Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense - (Apache 2.4 + mod_proxy) Reverse proxy setup....Anyone have any success</title>
      <link>https://community.qlik.com/t5/Management-Governance/Qlik-Sense-Apache-2-4-mod-proxy-Reverse-proxy-setup-Anyone-have/m-p/1277922#M8929</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Karthikeyan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If your question was that whether Dashboard comes up when I connect to &lt;A href="http://backend.server.local/resources" rel="nofollow" style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3778c7;" target="_blank" title="http://backend.server.local/resources"&gt;http://backend.server.local/&lt;/A&gt;‌&amp;nbsp; domain and able to authenticate properly ? Yes it does work without any issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I do have a separate domain on Apache Proxy which is not related to back end (&lt;A href="http://backend.server.local/resources" rel="nofollow" style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3778c7;" target="_blank" title="http://backend.server.local/resources"&gt;http://backend.server.local/)&lt;/A&gt;‌ domain. Not sure if it would make any difference as trying to place a reverse proxy to hide/protect backend.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Nov 2016 16:31:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Qlik-Sense-Apache-2-4-mod-proxy-Reverse-proxy-setup-Anyone-have/m-p/1277922#M8929</guid>
      <dc:creator />
      <dc:date>2016-11-21T16:31:48Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense - (Apache 2.4 + mod_proxy) Reverse proxy setup....Anyone have any success</title>
      <link>https://community.qlik.com/t5/Management-Governance/Qlik-Sense-Apache-2-4-mod-proxy-Reverse-proxy-setup-Anyone-have/m-p/1277923#M8930</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sometime even not adding the particular new domain in the white list will throw this error. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you create new virtual proxy for your new apache proxy , Please that new domain in white list to see if that fixes the issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Nov 2016 19:32:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Qlik-Sense-Apache-2-4-mod-proxy-Reverse-proxy-setup-Anyone-have/m-p/1277923#M8930</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-21T19:32:12Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense - (Apache 2.4 + mod_proxy) Reverse proxy setup....Anyone have any success</title>
      <link>https://community.qlik.com/t5/Management-Governance/Qlik-Sense-Apache-2-4-mod-proxy-Reverse-proxy-setup-Anyone-have/m-p/1277924#M8931</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually I did tried white listed the domain thinking it might be doing something to header but no specific effect.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Nov 2016 19:41:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Qlik-Sense-Apache-2-4-mod-proxy-Reverse-proxy-setup-Anyone-have/m-p/1277924#M8931</guid>
      <dc:creator />
      <dc:date>2016-11-21T19:41:41Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense - (Apache 2.4 + mod_proxy) Reverse proxy setup....Anyone have any success</title>
      <link>https://community.qlik.com/t5/Management-Governance/Qlik-Sense-Apache-2-4-mod-proxy-Reverse-proxy-setup-Anyone-have/m-p/1277925#M8932</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sure. Then you are on right track. BTW also make sure white list on Virtual proxy and regular proxy. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Nov 2016 19:44:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Qlik-Sense-Apache-2-4-mod-proxy-Reverse-proxy-setup-Anyone-have/m-p/1277925#M8932</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-21T19:44:04Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense - (Apache 2.4 + mod_proxy) Reverse proxy setup....Anyone have any success</title>
      <link>https://community.qlik.com/t5/Management-Governance/Qlik-Sense-Apache-2-4-mod-proxy-Reverse-proxy-setup-Anyone-have/m-p/1277926#M8933</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Adding to that please also make sure Qlik Client certificate is referred in your code. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Nov 2016 19:44:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Qlik-Sense-Apache-2-4-mod-proxy-Reverse-proxy-setup-Anyone-have/m-p/1277926#M8933</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-21T19:44:57Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense - (Apache 2.4 + mod_proxy) Reverse proxy setup....Anyone have any success</title>
      <link>https://community.qlik.com/t5/Management-Governance/Qlik-Sense-Apache-2-4-mod-proxy-Reverse-proxy-setup-Anyone-have/m-p/1277927#M8934</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;At the moment i am trying to test without SSL just to take out any inherent issues.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Nov 2016 20:04:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Qlik-Sense-Apache-2-4-mod-proxy-Reverse-proxy-setup-Anyone-have/m-p/1277927#M8934</guid>
      <dc:creator />
      <dc:date>2016-11-21T20:04:49Z</dc:date>
    </item>
  </channel>
</rss>

