当前位置: 技术问答>linux和unix
Forbidden
来源: 互联网 发布时间:2017-02-27
本文导语: Forbidden You don't have permission to access / on this server. 已经把deny改为allow, 还是出现这问题,怎么回事,高手指点,提示~~ | 1. 检查SELinux 2. 检查/home/9527/www/的用户、权限 | ...
Forbidden
You don't have permission to access / on this server.
已经把deny改为allow, 还是出现这问题,怎么回事,高手指点,提示~~
You don't have permission to access / on this server.
已经把deny改为allow, 还是出现这问题,怎么回事,高手指点,提示~~
|
1. 检查SELinux
2. 检查/home/9527/www/的用户、权限
2. 检查/home/9527/www/的用户、权限
|
Options FollowSymLinks
AllowOverride None
这是禁止进入你文件系统的/目录,还需要为你的文档根目录开启allow:
213
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
|
提问题的时候能给点上下文不。
|
我就不爱信了。重启服务器了?
|
看access.log,贴一下。
您可能感兴趣的文章:
本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。