仅当_shibsession请求cookies不存在时执行的Apache位置匹配规则

仅当_shibsession请求cookies不存在时执行的Apache位置匹配规则,apache,if-statement,session,session-cookies,locationmatch,Apache,If Statement,Session,Session Cookies,Locationmatch,只有在不存在_shibsession请求Cookie时,我们如何执行以下LocationMatch指令 我目前的指示如下 <LocationMatch ^/scm> Satisfy Any Allow from all AuthType None Require all granted </LocationMatch> 满足任何 通融 AuthType无 要求所有授权 其目的是仅在git CLI客户端

只有在不存在_shibsession请求Cookie时,我们如何执行以下LocationMatch指令

我目前的指示如下

 <LocationMatch ^/scm>
       Satisfy Any
       Allow from all
       AuthType None
       Require all granted
    </LocationMatch>

满足任何
通融
AuthType无
要求所有授权
其目的是仅在git CLI客户端执行/访问https URL时删除身份验证头

在这方面,委员会正在寻求建议

谢谢