apache 配置了個網站,打開就這樣提示。權限問題。

具體的解決方法:
1、修改"apache2.conf"配置文件;
2、將"Require all denied"修改成"Require all granted";

3、 重啟Apache生效
sudo /etc/init.d/apache2 restart
或者
systemctl restart apache2
apache 配置了個網站,打開就這樣提示。權限問題。

具體的解決方法:
1、修改"apache2.conf"配置文件;
2、將"Require all denied"修改成"Require all granted";

3、 重啟Apache生效
sudo /etc/init.d/apache2 restart
或者
systemctl restart apache2
本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。