I'm sure there's a name for this and I'm probably just searching wrong. Anyways, is it possible to set up virtual hosts on the same domain name by using information after the '/'
For example
host1 => example.com/siteA/
host2 => example.com/siteB/
It might be helpful for me to mention that my goal is to host PHP content on siteA and mod_wsgi content on siteB (I'm using flask).
I just want to separate all of the back-end configuration settings using virtual hosts. Perhaps I'm thinking of this the wrong way and there's a more proper manner of doing this sort of thing.