Apache2 command such as a2enmod and a2ensite no working its showing command not found in Ubuntu

ぃ、小莉子 提交于 2019-12-05 08:48:28

I had the same problem with using Ubuntu 16.04 in AWS. However, installing apache2 along with libapache2-mod-wsgi and python-dev solved the issue.

Try:

sudo apt-get update
sudo apt-get install apache2 libapache2-mod-wsgi python-dev

Then,

sudo a2enmod wsgi
标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!