On Wed, Oct 16, 2019 at 01:15 wrote:
> Is there any way to map each unique domain.tld to a different app at a
> unique port just for that domain.tld?
>
> Why not just using virtualhosts also on your backend
> (tomcat,wildfly,jetty,etc)? Also, if you want to use port based VH on your
> backend wit
Is there any way to map each unique domain.tld to a different app at a unique
port just for that domain.tld?
Why not just using virtualhosts also on your backend
(tomcat,wildfly,jetty,etc)? Also, if you want to use port based VH on your
backend with a single hostname per app, I would remove Pro
I want to map multiple virtual hosts (https://domain.tld) to a backend
server app. All the recipes I see do something like this:
ProxyPreserveHost On
ProxyPass "/""http://localhost:8000";
ProxyPassReverse "/""http://localhost:8000";
Does that mean the single app