apache: enable php 7.4 support
[hcoop/domtool2.git] / lib / mod_setenvif.dtl
CommitLineData
42233a46
CE
1{{Set internal environment variables using regexeps. <a href="https://httpd.apache.org/docs/2.4/mod/mod_setenvif.html">mod_setenvif</a>.}}
2
3extern val setEnvIf : regexp -> regexp -> [no_spaces] -> [^Vhost];
4{{<a href="https://httpd.apache.org/docs/2.4/mod/mod_setenvif.html#setenvif">Apache documentation for <tt>SetEnvIf</tt></a>}}
5extern val setEnvIfNoCase : regexp -> regexp -> [no_spaces] -> [^Vhost];
6{{<a href="https://httpd.apache.org/docs/2.4/mod/mod_setenvifnocase.html#setenvif">Apache documentation for <tt>SetEnvIfNoCase</tt></a>}}