I'm running LS on an internal server that we're using for testing. The number of applications has grown to the point that I'd rather have a unique url than a unique port on the same url. I'd also like to avoid stacking subdomains (e.g., subsub.sub.domain.com). Is it possible to configure urls like the following:
test.domain.com/test_app_1
test.domain.com/test_app_2
test.domain.com/test_app_3
etc
with each test_app_x being directed to a different virtual host?
test.domain.com/test_app_1
test.domain.com/test_app_2
test.domain.com/test_app_3
etc
with each test_app_x being directed to a different virtual host?