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

Issues changing the value of an element in an array in matlab -

vb.net - Alternative to the T-SQL AS keyword -

php - MySQLi binding parameters in a prepared statement doesn't work unless inserted after "WHERE" -