我在Fedora下使用Apache
我的httpd.conf
看起来像这样:
<Directory /var/tmp/meta>
Options -Indexes
AllowOverride None
Require all granted
</Directory>
我跑了sudo chown -R apache:apache /var/tmp/meta
,当我尝试访问http://localhost/var/tmp/meta/my_file.json
时,我收到以下错误:
您无权访问此服务器上的/var/tmp/meta/my_file.json。
有人知道如何解决这个问题吗?
答案 0 :(得分:-1)
试试这个chmod -R 777 /var/tmp/meta