Flask
About Flask
Johnny server
Server
Flask Version
Python Version
Python Path
Loader
Python Modules Installed
Tommy server
Server
Flask Version
Python Version
Python Path
Loader
Python Modules Installed
How To Setup Flask on Plesk
1. Create a directory on your main domain called flasktest.
flasktest.2. Create an .htaccess file inside the flasktest directory with these contents:
.htaccess file inside the flasktest directory with these contents:3. Create a file named flask.wsgi inside the flasktest directory with these contents:
flask.wsgi inside the flasktest directory with these contents:4. Create a file named myapp.py inside the flasktest directory with these contents:
myapp.py inside the flasktest directory with these contents:5. Make sure your directory structure and files look like this:
6. If you did everything right it should look like the below:

WSGI Uses Caching
What Caching Does
Options to Work Around Caching
1. Request WSGI Control Access
Account Resets Remove WSGI Control Access
2. Use Local Development Environment
3. VPS
Troubleshooting
Running Flask at the Webroot
References
Last updated