How can I make an If-Directive in apache config that is executed in case of an external bash script returning true
, like this example:
<If call_bash_script.sh >
Require all granted
</If>
How can I make an If-Directive in apache config that is executed in case of an external bash script returning true
, like this example:
<If call_bash_script.sh >
Require all granted
</If>