摘要: apache 配置了个网站,打开就这样提示。权限问题。 具体的解决方法: 1、修改"apache2.conf"配置文件; 2、将"Require all denied"修改成"Require all granted"; 3、 重启Apache生效 sudo /etc/init.d/apache2 r 阅读全文
posted @ 2020-03-12 10:37 Ai~低调 阅读(6757) 评论(0) 推荐(0) 编辑