Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Only at Qlik Connect! Guest keynote Jesse Cole shares his secrets for daring to be different. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Apache Reverse Proxy and Qlik Sense Error

Hi All,

I follow thru : Reverse Proxy using Apache

I encounter the same error can access qmc but cannot access hub. My apache is on centos7 and Qlik sense is on 2012 Server

My config file:

<VirtualHost *:80>

RewriteEngine On

ProxyRequests off

ProxyPass /form/ http://192.168.1.24:4248/form/ retry=1 acquire=3000 timeout=600 Keepalive=On

ProxyPassReverse /form/ http://192.168.1.24:4248/form/

ProxyPass / http://192.168.1.24/ retry=1 acquire=3000 timeout=600 Keepalive=On

ProxyPassReverse / http://192.168.1.24/

ProxyPass /app/ ws://192.168.1.24/app/ retry=0

ProxyPassReverse /app/ ws://192.168.1.24/app/ retry=0

ProxyPass /hub/qrsData ws://192.168.1.24/hub/qrsData retry=1 acquire=3000 timeout=600 Keepalive=On

ProxyPassReverse /hub/qrsData ws://192.168.1.24/hub/qrsData

</VirtualHost>

1 Reply
Bhavin
Partner - Contributor
Partner - Contributor

Did you find any solution?