免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 1701 | 回复: 2
打印 上一主题 下一主题

关于http.conf的AccessFileName问题 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2006-10-19 04:06 |只看该作者 |倒序浏览
在已经配置好的httpd.conf看见这样一段:

<IfModule mod_userdir.c>
    UserDir public_html
</IfModule>

AccessFileName .htaccess
#
# The following lines prevent .htaccess files from being viewed by
# Web clients.  Since .htaccess files often contain authorization
# information, access is disallowed for security reasons.  Comment
# these lines out if you want Web visitors to see the contents of
# .htaccess files.  If you change the AccessFileName directive above,
# be sure to make the corresponding changes here.
#  1.上面是.htacess,下面是.ht,这不是明显名字不统一么?
#  2.下面的那一语句块是否只起了限定访问的作用,实际的.htacess文件还要在具体文件夹中定义呢???/
#  3.如果在有需要情况下创建多个.htaccess文件, 那么名字必须都是通一成AccessFileName指定的名字了吧, 那么到底是.htacess,还是.ht???
#
# Also, folks tend to use names such as .htpasswd for password
# files, so this will protect those as well.
#
                                                                                                                                               
<Files ~ "^\.ht">
    Order allow,deny
    Deny from all
    Satisfy All
</Files>


不懂的地方写在了注释中, 哪位能帮忙解答一下,不胜感激!

论坛徽章:
0
2 [报告]
发表于 2006-10-19 05:21 |只看该作者
拜托,那个是正则,不是简简单单的 .ht。

~ "^\.ht" 表示匹配所有以 .ht 开头的文件,包括 .htaccess,.htpasswd,……

论坛徽章:
0
3 [报告]
发表于 2006-10-19 06:36 |只看该作者

回复 2楼 langue 的帖子

aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa,,,,,,我晕!!!!!!!!!!!!!!!!!!!!!!!!!!!!

我太菜,

我选择,我喜欢...............................................
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP