Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

qlikview on reverse proxy of apache server

Hi Team,

We need to host qlikview behind a reverse proxy of apache server and redirect all request to the same.

Instead of http://10.10.10.10/qlikview/index.htm i want the address to be http://demosite.com/qlikview/index.htm.

What are the steps to be done ?

1 Reply
Not applicable
Author

Hi Team,

I have resolved issue with below configurations in httpd.conf file of Apache server.It is working fine now.

ProxyPreserveHost On

ProxyPass /qlikview http://<serverip>/qlikview

ProxyPassReverse /qlikview http://<serverip>/qlikview

####

ProxyPreserveHost On

ProxyPass /qlikview/ http://<serverip>/qlikview/

ProxyPassReverse /qlikview/ http://<serverip>/qlikview/

ProxyPreserveHost On

ProxyPass /QlikView/ http://<serverip>/QlikView/

ProxyPassReverse /QlikView http://<serverip>/QlikView/

ProxyPreserveHost On

ProxyPass /qlikviewdesktop/ http://<serverip>/qlikviewdesktop/

ProxyPassReverse /qlikviewdesktop/ http://<serverip>/qlikviewdesktop/

ProxyPreserveHost On

ProxyPass /QlikViewDesktop/ http://<serverip>/QlikViewDesktop/

ProxyPassReverse /QlikViewDesktop/ http://<serverip>/QlikViewDesktop/

ProxyPreserveHost On

ProxyPass /QvAJAXZfc/ http://<serverip>/QvAJAXZfc/

ProxyPassReverse /QvAJAXZfc/ http://<serverip>/QvAJAXZfc/

ProxyPreserveHost On

ProxyPass /QvAjaxZfc/ http://<serverip>/QvAjaxZfc/

ProxyPassReverse /QvAjaxZfc/ http://<serverip>/QvAjaxZfc/

ProxyPreserveHost On

ProxyPass /QvClients/ http://<serverip>/QvClients/

ProxyPassReverse /QvClients/ http://<serverip>/QvClients/

ProxyPreserveHost On

ProxyPass /qvclients/ http://<serverip>/qvclients/

ProxyPassReverse /qvclients/ http://<serverip>/qvclients/

ProxyPreserveHost On

ProxyPass /QvPlugin/ http://<serverip>/QvPlugin/

ProxyPassReverse /QvPlugin/ http://<serverip>/QvPlugin/

ProxyPreserveHost On

ProxyPass /qvplugin/ http://<serverip>/qvplugin/

ProxyPassReverse /qvplugin/ http://<serverip>/qvplugin/

ProxyPreserveHost On

ProxyPass /QvPrint/ http://<serverip>/QvPrint/

ProxyPassReverse /QvPrint/ http://<serverip>/QvPrint/

ProxyPreserveHost On

ProxyPass /scripts/ http://<serverip>/scripts/

ProxyPassReverse /scripts/ http://<serverip>/scripts/