首页 > 代码库 > Apache(httpd) 报错You don't have permission to access /on this server.
Apache(httpd) 报错You don't have permission to access /on this server.
项目需要,增加个访问端口,指向不同目录。
但是一直报“You don‘t have permission to access /on this server.”错误
配置文件语法检查:
#/etc/init.d/httpd configtest 或 apachectl -t
直接输入:/etc/init.d/httpd 会新显示选项
[root@centos ~]# /etc/init.d/httpd Usage: httpd {start|stop|restart|condrestart|try-restart|force-reload|reload|status|fullstatus|graceful|help|configtest}
检查无误:会提示Syntax OK
[root@shopdev1 conf]# apachectl -t Syntax OK
用namei -m /home/tomcat/html 列出这个路径下所有的权限和所属组。
最后经过查看,突然发现,html父目录tomcat是只给了775的权限,给了777权限访问成功。
本文出自 “悟透的杂货铺” 博客,请务必保留此出处http://wutou.blog.51cto.com/615096/1897272
Apache(httpd) 报错You don't have permission to access /on this server.
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。