Apache无法向DocumentRoot外部的文件夹提供别名
Alias /hello /test
<Directory "/test">
Options FollowSymLinks
AllowOverride FileInfo
Order Allow,Deny
Allow from All
Require all granted
</Directory>
答案 0 :(得分:1)
Soruce:https://www.petefreitag.com/item/793.cfm
只需要跑:
chcon -R --reference = / var / www / test
说明:
如果正在运行安全增强型Linux(SELinux)
此错误的另一种可能性是您正在运行SELinux(安全增强型Linux),在这种情况下,您需要使用chcon将适当的安全上下文应用于该目录。一种简单的方法是从一个有效的目录中复制,例如/ var / www /