Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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>
Did you find any solution?