【Apache】Forbidden You don’t have permission to access /tom on this server.的解决办法
在Apache的配置中添加了如下配置
Alias /jerry/ "/home/tom/www/" <Directory "/home/tom/www"> Options Indexes AllowOverride All Order allow,deny Allow from all </Directory>
重启Apache后提示无权限访问
Forbidden You don't have permission to access /test on this server.
尝试修改Apache配置,无效。
后来发现是路径读写权限的问题。用以下命令逐级查看访问权限
namei -m /home/tom/www/
发现有一级路径没有访问权限,用chmod加上后,访问正常了。搞定。
本博客所有文章如无特别注明均为原创。
复制或转载请以超链接形式注明转自枫芸志,原文地址《【Apache】Forbidden You don’t have permission to access /tom on this server.的解决办法》
复制或转载请以超链接形式注明转自枫芸志,原文地址《【Apache】Forbidden You don’t have permission to access /tom on this server.的解决办法》
标签: Apache
还没有人抢沙发呢~