首页 > LAMP > Apache2 始终403错误

Apache2 始终403错误

2008年12月2日 admin 发表评论 阅读评论

原因就是selinux
关闭selinux
selinux的配置文件在/etc/selinux/config,改成disable

或者给目录设置权限
chcon -R -t httpd_user_content_t public_html/
参考

http://www.toplee.com/blog/93.html

http://www.webjx.com/server/linux/server_linux_2007_11_05_525.html

http://www.libing.net.cn/read.php/957.htm

分类: LAMP 标签:
  1. 本文目前尚无任何评论.
  1. 本文目前尚无任何 trackbacks 和 pingbacks.