代码之家  ›  专栏  ›  技术社区  ›  VoteyDisciple

撤消或重写Apache“Require”指令

  •  0
  • VoteyDisciple  · 技术社区  · 4 年前

    <Directory "/">
        AuthType foo
        Require bar
        AllowOverride AuthConfig Limit
    </Directory>
    

    Require foo 对于一个特定的目录来说,实际上是太过宽松了。

    我们可以添加一个 .htaccess 文件到子目录,但我们不能 更多 限制性 需要foo

    有没有办法取消应用它?对于 .htaccess

    根据我的具体情况,我有 AuthType shibboleth 具有 Require shibboleth

    0 回复  |  直到 4 年前