I want to run several Flask apps such that...
mydomain.com
is running one app in one directory.
mydomain.com/app1
is running another app in another directory.
mydomain.com/app2
is running a third app in a third directory.
I want to specifically avoid having to have a URL structure like app1.mydomain.com
Is this possible under Apache?