Search found 3 matches
- Thu Jun 06, 2019 12:30 am
- Forum: Web Server
- Topic: Can't get the Flask (python3) site up on the VESTA Apache server
- Replies: 2
- Views: 4873
Re: Can't get the Flask (python3) site up on the VESTA Apache server
HOWTO for running Flask on VestaCP Tested on Debian 9.9 with Python 3.5.3 (If you're not 'root' then put a 'sudo' before most commands) - - - 1. Installing python3 version of mod_wsgi for Apache $ apt install libapache2-mod-wsgi-py3 In case the mod is not automatically enabled then $ a2enmod wsgi 2...
- Mon Jun 03, 2019 6:13 pm
- Forum: Web Server
- Topic: Can't get the Flask (python3) site up on the VESTA Apache server
- Replies: 2
- Views: 4873
Re: Can't get the Flask (python3) site up on the VESTA Apache server
I just go it up and running!
If there's any interest I could post a full how-to of the process. I might just do one anyway in the next couple of days.
If there's any interest I could post a full how-to of the process. I might just do one anyway in the next couple of days.
- Mon Jun 03, 2019 2:36 am
- Forum: Web Server
- Topic: Can't get the Flask (python3) site up on the VESTA Apache server
- Replies: 2
- Views: 4873
Can't get the Flask (python3) site up on the VESTA Apache server
I've been at it for the last three days and don't seem to be getting anywhere. I was able to run the Flask app on a locally installed Apache server. It consists of 3 files: appname.py , appname.wsgi & appname.conf . On the local Apache server the " .py " and " .wsgi " are in /var/www directory and t...