我们有一个apache反向代理,它正在监听bi.example.ro,我想用bi.intranet.example.ro转发一个请求到内部IP。我该怎么做呢?
<VirtualHost *:80>
ServerName bi.example.ro
ProxyPass / http://10.0.0.167:80/ retry=0 ## 10.0.0.167 is listening to bi.intranet.example.ro not bi.example.ro
ProxyPassReverse / http://10.0.0.167:80/
ProxyPreserveHost On
ErrorLog /var/log/apache2/bi.example.ro-error.log
CustomLog /var/log/apache2/bi.example.ro-access.log common
</VirtualHost>
发布于 2021-03-12 00:07:42
请参阅这些Qlik官方文章,详细介绍如何使用Qlik Sense设置Apache反向代理
Quick guide to configure Apache as a Reverse Proxy with HTTPS, ADFS SAML and Qlik Sense
此外,您还拥有此Reverse Proxy using Apache
我建议Qlik社区是发布有关其产品Community的问题的更好地方
https://stackoverflow.com/questions/66529822
复制相似问题