Kunal Khatua created DRILL-7234:
-----------------------------------
Summary: Allow support for using Drill WebU through a Reverse
Proxy server
Key: DRILL-7234
URL: https://issues.apache.org/jira/browse/DRILL-7234
Project: Apache Drill
Issue Type: Improvement
Components: Web Server
Affects Versions: 1.16.0
Reporter: Kunal Khatua
Assignee: Kunal Khatua
Fix For: 1.17.0
Currently, Drill's WebUI has a lot of links and references going through the
root of the URL.
i.e. to access the profiles listing or submitting a query, we'd need to access
the following URL format:
{code}
http://localhost:8047/profiles
http://localhost:8047/query
{code}
With a reverse proxy, these pages need to be accessed by:
{code}
http://localhost:8047/x/y/z/profiles
http://localhost:8047/x/y/z/query
{code}
However, the links within these page do not include the *{{x/y/z/}}* part, as a
result of which the visiting those links will fail.
The WebServer should implement a mechanism that can detect this additional
layer and modify the links within the webpage accordingly.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)