小编use*_*565的帖子

apache Satisfy 指令有什么作用?

我偶然发现了一个httpd.conf我无法理解的指令:

<Files ~ "^\.ht">
  Order allow,deny
  Deny from all
  Satisfy All
</Files>
Run Code Online (Sandbox Code Playgroud)

根据文档,我会说这Satisfy没有任何影响,因为没有Allow. 我错了吗?你认为这个指令有什么作用?

deny conf apache-2.2

10
推荐指数
2
解决办法
1万
查看次数

标签 统计

apache-2.2 ×1

conf ×1

deny ×1