Since r1585609 the quoted syntax is ok, but it won't be as efficient so we
probably shouldn't put that syntax in the documentation.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1585611 13f79535-47bb-0310-9956-
ffa450edef68
decisions on arbitrary expressions.</p>
<highlight language="config">
- Require expr "%{TIME_HOUR} -ge 9 && %{TIME_HOUR} -le 17"
+ Require expr %{TIME_HOUR} -ge 9 && %{TIME_HOUR} -le 17
</highlight>
<p>The syntax is described in the <a href="../expr.html">ap_expr</a>
d'accès en fonction d'expressions arbitraires.</p>
<highlight language="config">
- Require expr "%{TIME_HOUR} -ge 9 && %{TIME_HOUR} -le 17"
+ Require expr %{TIME_HOUR} -ge 9 && %{TIME_HOUR} -le 17
</highlight>
<p>La syntaxe de l'expression est décrite dans la documentation de <a