Similar to how things are done in nginx-land, we'll run a separate process for serving a flask application (or any other wsgi python app), and then we'll configure apache to serve it by a reverse proxy.
Let's get started:
# install the things
sudo yum install httpd python3 vim