Je déploie Flask application dans le serveur Apache2 pendant cela, j'ai besoin d'exécuter une commande pour activer mod_wsgi en utilisant:
Sudo a2enmod wsgi
mais sa projection:
Sudo: a2enmod: command not found
s'il vous plaît aider merci
J'ai eu le même problème avec l'utilisation d'Ubuntu 16.04 dans AWS. Cependant, l'installation d'Apache2 avec libapache2-mod-wsgi et python-dev a résolu le problème.
Essayer:
Sudo apt-get update
Sudo apt-get install Apache2 libapache2-mod-wsgi python-dev
Ensuite,
Sudo a2enmod wsgi