我创建了一个名为 angular 的目录,里面有一个名为 index.html 文件,但出现错误:
禁止您无权访问此服务器上的 /angular/index.html。
我找到的解决方案将文件夹和目录的权限更改为 755 和 777 完成第一步后重新启动服务
[felipe@felipe html]$ sudo service httpd start
[sudo] password for felipe:
Redirecting to /bin/systemctl start httpd.service
[felipe@felipe html]$ ls -l
total 16
drwxrwxrwx. 2 felipe felipe 4096 dic 19 19:33 angular
drwxr-xr-x. 12 felipe wheel 4096 abr 14 2013 phppgadmin
drwxr-xr-x. 5 felipe felipe 4096 ago 27 00:55 wordpress
drwxr-xr-x. 5 felipe felipe 4096 oct 12 17:18 yii
[felipe@felipe html]$ ls -l angular
total 4
-rwxrwxrwx. 1 felipe felipe 200 dic 19 19:19 index.html
仍然出现此错误,我有其他文件夹,并且运行正常,我使用的是 Fedora 22