Configure a Flask (Python App) to work with Apache Web Server:
Configure my APACHE to work with Flask App
I have a Python script that runs on Flask.
Am trying to deploy the same on an Ubuntu server (Virtual Machine)
I have installed Apache and Flask on my Ubuntu machine
But the webpage is not loading on my website URL
I have configured the WSGI file
Followed the steps on
https://www.digitalocean.com/community/tutorials/how-to-deploy-a-flask-application-on-an-ubuntu-vps
Looking for an Apache expert who can look at the Apache conf files and Log files and Resolve the issue.