<Directory "/"> AuthType foo Require bar AllowOverride AuthConfig Limit </Directory>
Require foo 对于一个特定的目录来说,实际上是太过宽松了。
Require foo
我们可以添加一个 .htaccess 文件到子目录,但我们不能 更多 限制性 需要foo
.htaccess
需要foo
有没有办法取消应用它?对于 .htaccess
根据我的具体情况,我有 AuthType shibboleth 具有 Require shibboleth
AuthType shibboleth
Require shibboleth