记忆不行,只能记录
Apache2 始终403错误
原因就是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
| 打印文章 | 这篇文章由admin于2008年12月2日 15:01发表在LAMP。你可以订阅RSS 2.0 也可以发表评论或引用到你的网站。 |