python - Run multiple Flask apps on the same domain -


i want run several flask apps such that...

mydomain.com running 1 app in 1 directory.

mydomain.com/app1 running app in directory.

mydomain.com/app2 running third app in third directory.

i want avoid having have url structure app1.mydomain.com

is possible under apache?


Comments

Popular posts from this blog

ios - UICollectionView Self Sizing Cells with Auto Layout -

node.js - ldapjs - write after end error -

DOM Manipulation in Wordpress (and elsewhere) using php -