Currently browsing tag

WSGI

Deploying a Flask application on Apache

Deploying a Flask application on Apache comes with a challenge or two, but the following recipe should get you going. Requirements Before deploying a Flask application on the server you need to ensure that Apache is running (we’ll assume it’s version 2.4) WSGI is enabled for Apache Python is installed …