Apache Config 中调用 bash 脚本的 IF 指令

Apache Config 中调用 bash 脚本的 IF 指令

如何在 apache 配置中创建一个 If-Directive,当外部 bash 脚本返回时执行该指令true,如下例所示:

<If call_bash_script.sh >
  Require all granted
</If>

相关内容