sudo apt-get update
sudo apt-get install apache2
sudo apt-get install apache2-dev
sudo apt-get install python3-dev
sudo apt-get install libapache2-mod-wsgi-py3
sudo pip install setuptools
sudo pip install wheel
sudo pip install mod_wsgi
sudo apt-get install libapache2-mod-wsgi-py3
sudo service nginx stop
sudo service apache2 restart
(Check them both with sudo service <name> status)