</section>
+<section id="sslrequire">
+ <title>Comparison with SSLRequire</title>
+ <p>The <em>ap_expr</em> syntax is mostly a superset of the syntax of the
+ deprecated <directive module="mod_ssl">SSLRequire</directive> directive.
+ The differences are described in <directive
+ module="mod_ssl">SSLRequire</directive>'s documentation.</p>
+</section>
+
</manualpage>
exception:</p>
<p>In <code>SSLRequire</code>, the comparison operators <code><</code>,
-<code><=</code>, ... completely equivalent to the operators
+<code><=</code>, ... are completely equivalent to the operators
<code>lt</code>, <code>le</code>, ... and work in a somewhat pecular way that
first compares the length of two strings and then the lexical order.
On the other hand, <a href="../expr.html">ap_expr</a> has two sets of