美文网首页
apache 之 you don't have permissi

apache 之 you don't have permissi

作者: Morgan7 | 来源:发表于2019-06-14 18:19 被阅读0次

配置文件 访问会you don't have permission to access

Alias /avdata "/usr/local/avdata/"
<Directory "/usr/local/avdata/">
Options Indexes FollowSymlinks
AllowOverride All
Require all granted
Allow from all
</Directory>

解决方法 需要对文件夹设置权限

chmod 755  目录名 -R    # 此是更改目录读写权限

# drwxr-xr-x

相关文章

网友评论

      本文标题:apache 之 you don't have permissi

      本文链接:https://www.haomeiwen.com/subject/lhtmfctx.html