I'm using Flask-Script. In development, I start my app by calling ./manage.py runserver
and that would make it run on port 5000.
I'm trying to deploy my app with Apache. I can't find the directive that would supply the parameter runserver
to my app.