References Dispatcher middleware Here are some useful links that were helpful for the dispatcher issues: http://flask.pocoo.org/docs/0.12/patterns/appdispatch/ pallets/flask#225 http://werkzeug.pocoo.org/docs/0.12/middlewares/ https://www.slideshare.net/onceuponatimeforever/how-do-i-run-multiple-python-apps-in-1-command-line-under-1-wsgi-app https://stackoverflow.com/questions/30906489/how-to-implement-flask-application-dispatching-by-path-with-wsgi http://php.wekeepcoding.com/article/17493841/flask+and+passenger+%E2%80%9CTypeError%3A+'module'+object+is+not+callable%E2%80%9D utils.redirect - http://werkzeug.pocoo.org/docs/0.12/utils/ https://stackoverflow.com/questions/448271/what-is-init-py-for