-
Hello, I have successfully enrolled a web application whose excerpt of the config file is the following:
If I change the If I revert that change and work on the web server by adding the following global directive within the
then when I launch the resource from teleport Web UI after a couple of slows redirections the browser landed to a timeout error web page with the following URL in the address bar:
Note that the redirection on the web server works fine: I tested it on a machine with a browser running on the same network as the web server (i.e. 10.0.0.3). Any clue on how to force the redirection to Thanks in advance |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Teleport doesn't support sub-paths for requests. It looks like phpMyAdmin is rewriting all the requests to use its configured base URL. The easiest way to make this work is probably to add another |
Beta Was this translation helpful? Give feedback.
Teleport doesn't support sub-paths for requests. It looks like phpMyAdmin is rewriting all the requests to use its configured base URL.
The easiest way to make this work is probably to add another
VirtualHost
config into Apache to use a subdomain likephpmyadmin.myhost.int
instead ofhost/phpmyadmin
, then tell Teleport to go tophpmyadmin.host.int
.