sudo apt-get install libapache2-mod-wsgi-py3
This will replace libapache2-mod-wsgi and will restart the apache service.
More specific instructions (Django) are available for here: https://docs.djangoproject.com/en/1.8/howto/deployment/wsgi/modwsgi/
sudo apt-get install libapache2-mod-wsgi-py3
This will replace libapache2-mod-wsgi and will restart the apache service.
More specific instructions (Django) are available for here: https://docs.djangoproject.com/en/1.8/howto/deployment/wsgi/modwsgi/