après être allé dans /etc/httpd/conf/httpd.conf et même après avoir changé
Allow override none -> Allow override All , and then restarting the server using
service httpd restart
puis je tape la commande
a2enmod proxy
alors je reçois une erreur:
bash- a2enmod command not found. .
Pouvez-vous m'aider s'il vous plaît? j'obtiens une erreur dans la console des outils de développement lorsque j'utilise des sockets web et donc pour cela j'ai besoin d'activer le proxy web-sockets.
Essayez d'abord d'installer Apache.
Sudo apt-get install Apache2
J'ai eu le même problème, et cette réponse a résolu mon problème:
Essayer:
Sudo apt-get update
Sudo apt-get install Apache2 libapache2-mod-wsgi
Ensuite,
Sudo a2enmod wsgi
Ensuite, vous pouvez également essayer Sudo a2enmod
au lieu de simplement a2enmod