毕业论文开发语言企业开发JAVA技术.NET技术WEB开发Linux/Unix数据库技术Windows平台移动平台嵌入式论文范文英语论文
您现在的位置: 毕业论文 >> linux >> 正文

Forbidden  You don't have permission to access / on this server

更新时间:2012-6-11:  来源:毕业论文

Forbidden 
You don't have permission to access / on this server.
已经把deny改为allow, 还是出现这问题,怎么回事

1. 检查SELinux
2. 检查/home/9527/www/的用户、权限 
<Directory />
  Options FollowSymLinks
  AllowOverride None
</Directory>

这是禁止进入你文件系统的/目录,还需要为你的文档根目录开启allow:

213 <Directory "/home/9527/www/">
214 #
215 # Possible values for the Options directive are "None", "All",
216 # or any combination of:
217 # Indexes Includes FollowSymLinks SymLinksifOwnerMatch ExecCGI MultiViews
218 #
219 # Note that "MultiViews" must be named *explicitly* --- "Options All"
220 # doesn't give it to you.
221 #
222 # The Options directive is both complicated and important. Please see
223 # http://httpd.apache.org/docs/trunk/mod/core.html#options
224 # for more information.
225 #
226 Options FollowSymLinks
227 
228 #
229 # AllowOverride controls what directives may be placed in .htaccess files.
230 # It can be "All", "None", or any combination of the keywords:
231 # Options FileInfo AuthConfig Limit
232 #
233 AllowOverride None
234 
235 #
236 # Controls who can get stuff from this server.
237 #
238 Require all granted
239 </Directory>

设为首页 | 联系站长 | 友情链接 | 网站地图 |

copyright©youerw.com 优尔论文网 严禁转载
如果本毕业论文网损害了您的利益或者侵犯了您的权利,请及时联系,我们一定会及时改正。